react-native-woodpicker
react-native-woodpicker copied to clipboard
[iOS Date Picker] - Weird behavior happens in iPhone
Environment OS
- MacBook Pro
- Expo ~42.0.1
- React Native Woodpicker ^0.3.17
Device
- iPhone 11 Pro Max
- Software version 15.3.1
Date picker works fine in iOS simulator, but when I build on my iPhone get a weird behavior like a image below.
I believe that Apple has change the props native modules from calendar, cause apparently the calendar from expo also doesnt work
Same problem here
I have noticed that this issue only occurs in dark mode
Can confirm it's a dark mode issue, the background should be updated to reflect the color scheme.
adding following prop solved the issue: iosCustomProps={{themeVariant: 'light'}}