Releases: henninghall/react-native-date-picker
Releases · henninghall/react-native-date-picker
v3.0.3
- Add iOS 14 support. #217
- Styling fix: Adaptive am/pm width for
nativeAndroid
variant #216
v3.0.2
- Bugfix: onChange callback not always triggered
- Updated typescript definitions
v3.0.1
- Bugfix: NullpointerException could happen for some languages #204
- Bugfix android native wheel stop glitch #205
v3.0.0
🎨 New Android style. See Readme for instructions on how to enable.
✅ No breaking changes
v2.7.13
- Bugfix: Shorten finish day format
Thanks to @hungneox!
v2.7.11
- Bugfix: IllegalArgumentException crash for some languages on some devices. #194
Thanks @draperunner for your contribution! 🎉
v2.7.9
- Bugfix: Wrong display texts in date mode for some locales (Chinese, Japanese, etc). #177 Thanks to @ipk2015!