Closed BruceSuperProgramer closed 2 months ago
I saw we are using react-native-date-picker inside another lib package which means issue might not arise from react-native-date-picker, I am investigating the issue at moment I will close this report for the time being.
Describe the bug
The TimePicker component is sometimes not working on Android devices. When the user attempts to select a time, the picker opens, but they are unable to make a selection. It appears that something overlays on top of the picker, blocking further UI interaction. As a result, the user is forced to restart the app to restore normal functionality.
Expected behavior The TimePicker should allow the user to select a time without any issues, and the UI should remain responsive. To Reproduce After using picker multiple times, I am able to replicate this issue, it only happen to release APK.
My AndroidManifest.xml Debug
Release
Lib versions I tried both versions, theyboth have this issue.
I also tested this on my Samsung S10+ device and was able to replicate the issue.
Image from emulator (It appears that an overlay is covering the TimePicker, preventing users from interacting with it):