naomi

Results 6 comments of naomi

Take a look at my solution in stackoverflow: https://stackoverflow.com/a/70322286/4610489

@danmarknm you could render your own content as button of dropdown, and use `flexDirection 'row-reverse'` for RTL like this: ```js ... ``` I haven't tried the new` renderTextButton` prop, maybe...

This is what worked for me: ```js const trackRtlStyle = rtl ? {left: '2px', right: 'auto'} : {}; ... renderTrackVertical={props => ( )} ```

Thanks for your quick reply! yes, I see know... I would like to know if there is any reason for this repo not being maintained any more I think it...

This will be very helpful for implementing the following: ![30317918-395f9a32-97c9-11e7-9025-3fe408f95d77](https://user-images.githubusercontent.com/9568753/43999585-f490e374-9e17-11e8-83cc-dcb176c38ebc.gif) Except that in order to implement this, the `month` prop needs to be passed to the onPressYear handler like this:...

@tautvilas any new here?