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 am trying to track user interactions in my React Native app to perform specific operations. To achieve this, I wrapped the content inside a BottomSheetModal with a GestureDetector and invoked a custom hook to handle the logic.
The behavior works correctly when a single BottomSheetModal is active. However, an issue arises when I open a second BottomSheetModal on top of the first one. At that point, the gesture detection and functionality do not work as expected.
Here is the code snippet I used in the BottomSheetModal:
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS
What happened?
I am trying to track user interactions in my React Native app to perform specific operations. To achieve this, I wrapped the content inside a BottomSheetModal with a GestureDetector and invoked a custom hook to handle the logic.
The behavior works correctly when a single BottomSheetModal is active. However, an issue arises when I open a second BottomSheetModal on top of the first one. At that point, the gesture detection and functionality do not work as expected.
Here is the code snippet I used in the BottomSheetModal:
Custom hook :
Reproduction steps
Reproduction sample
NA
Relevant log output
The text was updated successfully, but these errors were encountered: