react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Swipeable conflict with swipe to close screen( default on IOS)
Description
I have chat app, and I wrapped message with Swipeable to reply, here is my code:
return (
<GestureHandlerRootView>
<Swipeable
ref={updateRowRef}
friction={2}
rightThreshold={40}
renderRightActions={renderRightAction}
onSwipeableRightWillOpen={onSwipeWillOpen}
onSwipeableOpen={onSwipeOpenAction}>
{children}
</Swipeable>
</GestureHandlerRootView>
)
Steps to reproduce
- Define chat app
- Wrap message row by Swipeable
Snack or a link to a repository
You can tested this problem only in REAL DEVICE
Gesture Handler version
2.9.0
React Native version
0.68.0
Platforms
iOS
JavaScript runtime
JSC
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Release mode
Device
Real device
Device model
all type of Iphone
Acknowledgements
Yes
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
YOU CAN NOT REPRODUCE THIS ISSUE WITH SNACK, JUST TEST ON REAL DEVICE
I don't think I will be able to reproduce it based on the information you've provided, as I don't know how navigation in your application is implemented. Also, you might've made a typo in the Gesture Handler version, since the newest one is 2.6.0.
Could you prepare a repository with a reproduction? That would greatly help with resolving this issue.