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
I encountered an issue when implementing two Bottom Sheet modals on a single screen. The Touchable components intended to trigger these modals are not functioning correctly on iOS. Specifically, one TouchableOpacity button works when set to position: absolute, while the second button, which lacks this styling, fails to detect presses.
Reproduction steps
Create a screen with two Bottom Sheet modals.
Add two TouchableOpacity buttons to trigger each modal.
Apply position: absolute to the first TouchableOpacity button—this button works as expected.
Leave the second TouchableOpacity button without position: absolute—this button does not register press events.
mantu-bit
changed the title
[Bug]:
[Bug]: Multiple BottomSheetModal making other touchables in the screen not pressable
Oct 30, 2024
mantu-bit
changed the title
[Bug]: Multiple BottomSheetModal making other touchables in the screen not pressable
[Bug]: Touchables Not Responding in iOS When Using Multiple Bottom Sheet Modals
Oct 30, 2024
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS
What happened?
I encountered an issue when implementing two Bottom Sheet modals on a single screen. The Touchable components intended to trigger these modals are not functioning correctly on iOS. Specifically, one TouchableOpacity button works when set to
position: absolute
, while the second button, which lacks this styling, fails to detect presses.Reproduction steps
position: absolute
to the first TouchableOpacity button—this button works as expected.position: absolute
—this button does not register press events.Reproduction sample
https://snack.expo.dev/@mhleli_sibisi/bottom-sheet---issue-reproduction-template
Relevant log output
No response
The text was updated successfully, but these errors were encountered: