Skip to content

Issue when using react-native-gesture-handler with react-navigation 6 #1734

Closed
@82359hwoh

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:
image
And when i click on the PanGesture, it will navigate to a screen which contain the PanGestureHandler:
image
And when i go back, the view inside of the PanGesture get looped instead of going back to the home screen
image
Here is my code:
App.tsx
image
PanGesture.tsx
image
image
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

Metadata

Assignees

No one assigned

    Labels

    BugBash 31.03Close when staleThe issue will be closed automatically if it remains inactivePlatform: AndroidThis issue is specific to Android

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions