Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Touchables Not Responding in iOS When Using Multiple Bottom Sheet Modals #2011

Closed
mantu-bit opened this issue Oct 30, 2024 · 2 comments
Labels
bug Something isn't working no-issue-activity

Comments

@mantu-bit
Copy link

mantu-bit commented 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

  1. Create a screen with two Bottom Sheet modals.
  2. Add two TouchableOpacity buttons to trigger each modal.
  3. Apply position: absolute to the first TouchableOpacity button—this button works as expected.
  4. Leave the second TouchableOpacity button without 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

@mantu-bit mantu-bit added the bug Something isn't working label Oct 30, 2024
@mantu-bit mantu-bit changed the title [Bug]: [Bug]: Multiple BottomSheetModal making other touchables in the screen not pressable Oct 30, 2024
@mantu-bit 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
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Copy link

github-actions bot commented Dec 5, 2024

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as completed Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-issue-activity
Projects
None yet
Development

No branches or pull requests

1 participant