datetimepicker
datetimepicker copied to clipboard
Opening datepicker inside a modal causes flickering!
This happens with @react-navigation/native using screen presentation: "modal"
When running a production installation of my app on my iPhone SE (3rd gen), opening the datepicker inside of the screen makes the whole screen jump (flicker).
However this does not happen when running the app using the expo go on a real device nor on a simulator. This only happens when the app binaries has been built, it also only happens on phones with physical home buttons.
Video of current behaviour.
https://github.com/react-native-datetimepicker/datetimepicker/assets/96067238/cbb4a57f-77bf-4463-97c1-b1d398075c04
Video of expected behaviour.
https://github.com/react-native-datetimepicker/datetimepicker/assets/96067238/f9fab734-ad07-4240-8a8f-5523330b430c
did you found any solution on it
did you found any solution on it
Nope, abandoned the whole idea of a modal unfortunately because of this.