-
-
Notifications
You must be signed in to change notification settings - Fork 921
Closed
Labels
Description
Bug
In some ocsasions (not sure if because of react-navigation or not), BottomSheetBackdrop flashes (black to transparent) the whole screen.
Environment info
| Library | Version |
|---|---|
| @gorhom/bottom-sheet | 3.2.1 |
| react-native | 0.63.4 |
| react-native-reanimated | 2.0.0-rc.2 |
| react-native-gesture-handler | 1.9.0 |
Steps To Reproduce
Clone https://github.com/ferrannp/bottom-sheet-playground.
- Open the app
- She the flash
- Reload JS
- See the flash
- Comment out
backdropComponent={BottomSheetBackdrop} - Reload JS
- You will not see the flash
Describe what you expected to happen:
BottomSheetBackdropnot to flash when mounting
Reproducible sample code
https://github.com/ferrannp/bottom-sheet-playground
rrebase and theMasix