Skip to content

callstackincubator/react-navigation-deep-link-auth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo to show various approaches used to handle deep links after authentication in React Navigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published