Skip to content

Instantly share code, notes, and snippets.

@WrathChaos
Last active May 30, 2023 04:21
Show Gist options
  • Save WrathChaos/526cc5e349f57132f8342fe83abd4bd6 to your computer and use it in GitHub Desktop.
Save WrathChaos/526cc5e349f57132f8342fe83abd4bd6 to your computer and use it in GitHub Desktop.
How to prevent go back with React Navigation v6?
<Stack.Screen
  options={{ gestureEnabled: false }}
  name={SCREENS.ROOT}
  children={RootNavigator}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment