This fork has now been forked a few more times, mostly to customize month/day display. PR #14 is also related to this challenge.
The library provides some "label" functionality, but it's not enough.
Wanted to start a discussion here -- some options:
- Allow month/day labels to be provided (leaving localization up to the user)
- Include locale-awareness in library, either via JS or native android code
While researching, I came across this library: https://github.com/henninghall/react-native-date-picker
It implements locale-awareness at the native level, and also has other features like cross-platform color customization. I'm considering moving my personal projects over and not investing in improvements to this library.
This fork has now been forked a few more times, mostly to customize month/day display. PR #14 is also related to this challenge.
The library provides some "label" functionality, but it's not enough.
Wanted to start a discussion here -- some options:
While researching, I came across this library: https://github.com/henninghall/react-native-date-picker
It implements locale-awareness at the native level, and also has other features like cross-platform color customization. I'm considering moving my personal projects over and not investing in improvements to this library.