You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im having issues with react-native-date-picker: ^5.0.2
Only on android
react native: 0.72.4
datePicker: ^5.0.2
DatePicker type: Modal
I have a strange use case with the date picker, I use it in two different screens.
When i open my app and use the datepicker on the 1.st screen, it work good and all.
But when i go to the second screen, select a date and press "confirm"
The onConfirm event, doesnt run, but the modal closes. What could cause this?
I tried removing the date picker in screen 1, which made the other one work just fine. I dont know how i should explain it more detailed, as it is a very strange case.
Thanks for reading, i hope to reach out to someone who knows something :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im having issues with react-native-date-picker: ^5.0.2
Only on android
react native: 0.72.4
datePicker: ^5.0.2
DatePicker type: Modal
I have a strange use case with the date picker, I use it in two different screens.
When i open my app and use the datepicker on the 1.st screen, it work good and all.
But when i go to the second screen, select a date and press "confirm"
The onConfirm event, doesnt run, but the modal closes. What could cause this?
I tried removing the date picker in screen 1, which made the other one work just fine. I dont know how i should explain it more detailed, as it is a very strange case.
Thanks for reading, i hope to reach out to someone who knows something :)
Beta Was this translation helpful? Give feedback.
All reactions