You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When supporting multiple themes, it should be easy to override the BottomSheetBackdrop background by simply passing the style prop but unfortunately it seems that the override is not working as expected, i.e. this
Version
v5.1.1
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android
What happened?
When supporting multiple themes, it should be easy to override the
BottomSheetBackdrop
background by simply passing the style prop but unfortunately it seems that the override is not working as expected, i.e. thisleads to the
BottomSheetBackdrop
to lose also the absolute positioning style.What I'm currently doing as a workaround is re-applying all the necessary style:
Reproduction steps
See attached reproduction sample.
Reproduction sample
https://snack.expo.dev/@fabrizio.cucci/bottom-sheet---issue-reproduction-template
Relevant log output
The text was updated successfully, but these errors were encountered: