-
-
Couldn't load subscription status.
- Fork 907
Closed
Labels
Description
Bug
The BottomSheetBackdrop component wont show up when setting the appearsOnIndex={0} for example. As I understand the prop is to tell the backdrop to show up when the snap point in on the index provided. If thats not the case then can someone provide a way of doing that. In my case the backdrop doesn't show when the index is at 0 only when dragging the component up to the other snap points does it show, however like mentioned above, if I set the property of the backdrop appearsOnIndex={0} it doesn't show at all.
Environment info
| Library | Version |
|---|---|
| @gorhom/bottom-sheet | 4.0.0-alpha.19 |
| react-native | ^0.64.1 |
| react-native-reanimated | ^2.1.0 |
| react-native-gesture-handler | ^1.10.3 |
Steps To Reproduce
- Set the
BottomSheetBackdroppropappearsOnIndex={0} - Open the bottom sheet modal and the backdrop doesn't show
Describe what you expected to happen:
- Set the
BottomSheetBackdroppropappearsOnIndex={0} - Backdrop should show up as soon as the modal opens to the first snap point
Reproducible sample code
sirajtahrawashmen, pfcodes, alexanderblackh and mhuggins

