-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
[v4] Enable FlatList scrolling when BottomSheet has multiple snapPoints #1547
Comments
@halid96: hello! 👋 This issue is being automatically closed because it does not follow the issue template. |
Have you found the workaround of this, by any chance, @halid96 ? |
try to use FlatList from react-native instead of BottomSheetFlatList |
I couldn't scroll FlatList from react-native inside BottomSheet at all. |
No solution yet. TikTok also can't do it, the comments section cannot be adjusted by users. Its always 60%. |
got similar issue here |
Can anyone find a solution to this problem? |
When the BottomSheet has multiple snapPoints eg:
const snapPoints = useMemo(() => ["60%", "90%"]);
When a BottomSheetFlatList exists. The scrolling prioritizes the snap index of BottomSheet, instead of scrolling the BottomSheetFlatList contents.I tried to
enableContentPanningGesture={false}
to disable the Snap Index change, but this also disables the BottomSheetFlatList scrolling.Please allow a user to change the Snap Index only from the handler
Environment info
The text was updated successfully, but these errors were encountered: