Can't scroll BottomSheetScrollView within BottomSheet for Android
See original GitHub issueAsk your Question
Hi, I’m facing an issue that I can’t scroll the BottomSheetScrollView
within the BottomSheet
using Android, but I can do this in iOS. So, reading the troubleshooting and some issues, is explain to us to use the ScrollView
from react-native-gesture-handler
and it’s scrolling properly, but now I can’t drag BottomSheet
together with the ScrollView
. Beside that, I’m using the <NativeViewGestureHandler disallowInterruption>
too
So, I did a workaround and with iOS I’m using <BottomSheet> <BottomSheetScrollView> ...
and I can drag both. But for Android I’m using <BottomSheet> <ScrollView> ...
, however, I can’t drag both. Can something else I’m missing? Because I really want the drag action.
I’m using:
“react-native-gesture-handler”: “^1.10.3”, “react-native-reanimated”: “^2.2.0”, “@gorhom/bottom-sheet”: “^3”, “react-native”: “0.63.2”,
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:10 (3 by maintainers)
Top GitHub Comments
@gorhom please refer to the template. https://snack.expo.dev/@sahilbalodi/bottom-sheet-v4-reproducible-issue-template
scroll doesn’t seem to work when keyboard is opened or closed on android.
@sahilbalodi i have tested on the stable release of
v4
and it works fine, please try again and create new issue if the issue still exist