-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Labels
Description
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
- Add this props to
BottomSheet
:
snapPoints={["50%", "80%"]}
backdropComponent={(props) => (
<BottomSheetBackdrop
{...{
...props,
appearsOnIndex: 0,
}}
/>
)}
Reproduction sample
https://snack.expo.dev/@shridhar/bottom-sheet---issue-reproduction-template
Relevant log output
No response