v8.9.2
8.9.2 (2020-08-11)
Bug Fixes
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
.