Open sgup opened 1 week ago
v5
v3
v2
iOS, Android, Web
Can't make BottomSheetBackdrop work for index 0. Trying to make the backdrop always present when bottom sheet is open.
BottomSheet
snapPoints={["50%", "80%"]} backdropComponent={(props) => ( <BottomSheetBackdrop {...{ ...props, appearsOnIndex: 0, }} /> )}
https://snack.expo.dev/@shridhar/bottom-sheet---issue-reproduction-template
No response
you have to define disappearsOnIndex for example disappearsOnIndex={-1} as well to make it working
disappearsOnIndex
disappearsOnIndex={-1}
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android, Web
What happened?
Can't make BottomSheetBackdrop work for index 0. Trying to make the backdrop always present when bottom sheet is open.
Reproduction steps
BottomSheet
:Reproduction sample
https://snack.expo.dev/@shridhar/bottom-sheet---issue-reproduction-template
Relevant log output
No response