naomi
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:  Except that in order to implement this, the `month` prop needs to be passed to the onPressYear handler like this:...
@tautvilas any new here?