Issue when using react-native-gesture-handler with react-navigation 6 #1734
Closed
Description
I am currently having this issue when using react-native-gesture-handler with react-navigation 6:
First of all, i have a menu like this:
And when i click on the PanGesture, it will navigate to a screen which contain the PanGestureHandler:
And when i go back, the view inside of the PanGesture get looped instead of going back to the home screen
Here is my code:
App.tsx
PanGesture.tsx
I have tried placing GestureHandlerRootView inside of PanGesture.tsx to replace the but it won't work either
Can someone help me out with this, much appreciate