yarn react-native-modal-datetime-picker 8.9.2
v8.9.2

latest releases: 17.1.0, 17.0.0, 16.0.0...
3 years ago

8.9.2 (2020-08-11)

Bug Fixes

  • Don't use Appearance if not available (#464) (85e2d2e)

In our previous release (that we accidentally marked as a minor) we removed the isDarkModeEnabled prop and started using the "Appearance" module internally to decide which color scheme should be used for the picker on iOS.
This introduced an issue because the Appearance module is not available on RN < 0.62.
To fix both the minor bump and the actual bug, we are re-introducing the isDarkModeEnabled prop and, if not set, we fallback to the Appearance module (only if available).
Also updated the example to RN 0.63.2.

Don't miss a new react-native-modal-datetime-picker release

NewReleases is sending notifications on new releases.