-
-
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
What happened?
The "Add Card" button inside the BottomSheetModal using @gorhom/bottom-sheet is not responsive on an iPhone 14 running the latest iOS version. Despite the button being visible, pressing it doesn't trigger any action. No console errors or warnings are generated.
Reproduction steps
- Implement BottomSheetModal in a React Native project using @gorhom/bottom-sheet.
- Add a button (e.g., "Add Card") inside the BottomSheetModal.
- Run the app on an iPhone 14 (or simulator) with the latest iOS version.
- Open the BottomSheetModal and attempt to press the "Add Card" button.

Reproduction sample
https://snack.expo.dev/@mirzahassan/26a265
Relevant log output
No response