datetimepicker
datetimepicker copied to clipboard
RTL support
Feature request
Why it is needed
Although locale support is great, it should be able to display in right-to-left. For example if format is "day month year" the year should be on the far left and day on the far right.
Possible implementation
- A boolean prop would do.
- We can have another option for
dateFormatprop so it acceptsyear month day - A better implementation is to check if RTL is enabled through
I18nManager.isRTL. I18nManager is a core react-native module.