Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 713 Bytes

File metadata and controls

9 lines (6 loc) · 713 Bytes

Demo for handling deep links after auth in React Navigation

This repo demonstrates how to handle deep links that require authentication using React Navigation.

It has 3 approaches:

  • main branch - built-in unstable API (UNSTABLE_routeNamesChangeBehavior: 'lastUnhandled')
  • remount-container branch - remounting the navigation container after auth
  • manual-navigate branch - manually navigate to correct screen after auth