-
Notifications
You must be signed in to change notification settings - Fork 20
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
BottomSheet content not scrolling at all snapPoints #2189
Comments
We can wait for version v5 of the bottom action sheet which should be released soonish: https://github.com/gorhom/react-native-bottom-sheet/releases |
v5 was released so I think we could look into this again, right @f1sh1918? |
There might be some further adjustments necessary beyond updating. |
I had a deeper look at this library and seems like this is still not possible. However, this seems intended and I checked in other applications and they all have the same behavior (for example google maps): Therefore I just updated the library and refactored and improved the code where possible in #3082. |
Expected Results:
As a user i want to be able to scroll inside the bottom sheet in all snapPointsI had a deeper look at this library and seems like this is still not possible. However, this seems intended and I checked in other applications and they all have the same behavior (for example google maps):
Content is only scrollable when the bottom sheet is full screen.
Therefore I just updated the library and refactored and improved the code where possible in #3082.
Actual Results:
Currently only at the highest snapPoint (fullscreen) the user is able to scroll
Steps to Reproduce:
Note: This is an issue of the library we use
Created an issue there
gorhom/react-native-bottom-sheet#1321
The text was updated successfully, but these errors were encountered: