I am at present engaged on a React Native mission and utilizing the “react-native-date-picker” library (https://github.com/henninghall/react-native-date-picker) for choosing dates and occasions. The library gives two properties, is24hourSource and locale, to implement the 24-hour format for the date-time picker.
In line with the library’s documentation, if I set is24hourSource=”locale” and locale=”en_GB”, the date-time picker ought to use the 24-hour format.
Drawback:
The configuration talked about above works completely high-quality till iOS 16.4. Nonetheless, ranging from iOS 16.5, it appears to interrupt and override the gadget settings. I’ve already opened a difficulty on the library’s GitHub web page (https://github.com/henninghall/react-native-date-picker/points/665) to report this downside.
I’d admire any help in resolving this subject. Thanks!