-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
[v3] BottomSheetScrollView and BottomSheetBackdrop blocking the entire app content #242
Comments
thanks @ferrannp for submitting this issue, will investigate it tomorrow 👍 |
@gorhom I have an error with BottomSheetBackdrop, BottomSheetBackdrop not visible when set |
@gorhom let me know if you want me to try something for this one. Happy to help. |
yes please,, you could try to replace the |
@gorhom: Mmm it seems that changing: <AnimatedTouchableWithoutFeedback
onPress={handleOnPress}
...
> to <TapGestureHandler
onHandlerStateChange={handleOnPress}
... Makes it work. However, the backdrop flashes remains in |
try to set |
Yes, it works, i did it before 👍 |
Bug
When mounting the sheet, it seems that the BottomSheetBackdrop is capturing your clicks and you cannot interact with the app.
It seems to happen only on iOS.
Environment info
Steps To Reproduce
Clone https://github.com/ferrannp/bottom-sheet-playground.
Open
button to open the sheetDescribe what you expected to happen:
Reproducible sample code
https://github.com/ferrannp/bottom-sheet-playground
The text was updated successfully, but these errors were encountered: