react-native-date-picker
react-native-date-picker copied to clipboard
show only month and year ?
How can i show only month and year ?
Hi! This is unfortunately not possible due to the limitation in DatePickerIOS. This would probably never be implemented since it is out of scope of this module, the goal is to achieve a cross platform version of DatePickerIOS. You should be able to solve your problem by creating your own picker wheels with for instance https://github.com/TronNatthakorn/react-native-wheel-pick.
@henninghall Hi! Thank you for this library! Is there any way to implement it now? IOS has added it in 17.4+, more info here I've also found the solution to support versions below 17.4 in StackOverFlow. Do you think it would work?