-
Notifications
You must be signed in to change notification settings - Fork 54
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
Bug: TimePicker not scrollable on Android #105
Comments
Same on web/ios, can't scroll |
what was the solution?? |
As far as I know there isn't a solution yet. I ended up switching up my design and used native date pickers. |
This isssue relates to react-native-wheel issue #44 |
I tried to patch with |
add enableContentPanningGesture={false} in bottomSheet this is working for me |
hi @narenjaat , can u provide ur code where u have add enableContentPanningGesture={false} |
@Aakash007-ai It's a prop on |
When opening the timepicker within the DateTimePicker you are not able to change the time since it is not swipeable. The picker is placed within a bottomsheet of the gorhom bottomsheet package. The problem might be because of the scrollview being imported from react-native itself and not react-native-gesture-handler. This has fixed multiple scrollviews on Android for me. On iOS it is working fine.
Thanks :)
The text was updated successfully, but these errors were encountered: