-
-
Notifications
You must be signed in to change notification settings - Fork 426
DateTimePicker do not show in new RN version #749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
having the same issue |
Me too |
Have you tried the Android imperative API? I'm using this w/ RN |
Same issue |
Any resolution on this |
Hey @Drew-Gerber , I'm using exact same versions and in my code looks like this:
But it doesnt show up, any suggestions? |
My @react-native-community/datetimepicker version is 3.5.2 & react-native-modal-datetime-picker version is 15.0.1. Using the pickerComponentStyleIOS property, I was able to resolve this issue. I give height in pickerComponentStyleIOS and It worked for me. |
Same issue with my RN version |
After setting the height like @jaiminbhut suggested the picker on iOS 14 is working again. pickerComponentStyleIOS={{height: 300}} "@react-native-community/datetimepicker": "7.4.2" |
@Buk1m , I am unable to see, the date picker in my android device. It shows DatePickerAndroid is depreciated, any suggestions? |
I followed the FAQ of I went back to the version recommended by expo: and used the suggested prop: pickerComponentStyleIOS={{height: 300}} Now I have a working picker on both platforms, but so far I only tested it on simulators. |
@Buk1m Thank You your fixes is working |
facing same issue |
I'm having a similar issue where the actual picker isnt rendering on an actual device but its showing in my simulator.
but im not using react-native-modal-datetime-picker, has anyone else been having this issue?
|
having the same issue, everything works in dev but the datepicker is not seen in prod. have you found any soln. to this? |
Bug report
Environment
Platforms
Android
Versions
Description
set visible to true but modal do not show
Reproducible Demo
The text was updated successfully, but these errors were encountered: