-
-
Notifications
You must be signed in to change notification settings - Fork 902
Closed
Labels
Description
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android, Web
What happened?
When we pass in callback ref as ref to BottomSheetModal
, the stackBehavior
is not working
Reproduction steps
Working when the ref is just a normal ref:
https://snack.expo.dev/@elabar/working-example
- Open modal 1
- Open modal 2
- modal 1 is minimized before presenting modal 2 when the
stackBehavior
isswitch
https://snack.expo.dev/@elabar/defect-example
- Open modal 1
- Open modal 2
- modal 1 is not minimized before presenting modal 2 when the
stackBehavior
isswitch