Skip to content
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

Open
XavegX367 opened this issue Aug 12, 2024 · 8 comments
Open

Bug: TimePicker not scrollable on Android #105

XavegX367 opened this issue Aug 12, 2024 · 8 comments

Comments

@XavegX367
Copy link

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 :)

@FezVrasta
Copy link

Same on web/ios, can't scroll

@NazoSnare
Copy link

what was the solution??

@XavegX367
Copy link
Author

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.

@tuankietcoderr
Copy link

This isssue relates to react-native-wheel issue #44

@nlarif
Copy link

nlarif commented Oct 25, 2024

I tried to patch with
<WheelPicker flatListProps={{ nestedScrollEnabled: true }} />
as explained in erksch/react-native-wheely#44
But no luck

@narenjaat
Copy link

narenjaat commented Dec 8, 2024

add enableContentPanningGesture={false} in bottomSheet this is working for me

@Aakash007-ai
Copy link

hi @narenjaat , can u provide ur code where u have add enableContentPanningGesture={false}

@markymc
Copy link

markymc commented Jan 5, 2025

@Aakash007-ai It's a prop on BottomSheetModal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants