react-native-woodpicker icon indicating copy to clipboard operation
react-native-woodpicker copied to clipboard

[iOS Date Picker] - Weird behavior happens in iPhone

Open cristianolopessantos opened this issue 3 years ago • 5 comments

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. IMG_4503

cristianolopessantos avatar Feb 22 '22 12:02 cristianolopessantos

I believe that Apple has change the props native modules from calendar, cause apparently the calendar from expo also doesnt work

cristianolopessantos avatar Feb 22 '22 12:02 cristianolopessantos

Same problem here

mja-maia avatar Apr 26 '22 03:04 mja-maia

I have noticed that this issue only occurs in dark mode

vittodevit avatar Apr 27 '23 07:04 vittodevit

Can confirm it's a dark mode issue, the background should be updated to reflect the color scheme.

FezVrasta avatar Jun 11 '23 17:06 FezVrasta

adding following prop solved the issue: iosCustomProps={{themeVariant: 'light'}}

Aarya06 avatar Apr 29 '24 09:04 Aarya06