This repo demonstrates how to handle deep links that require authentication using React Navigation.
It has 3 approaches:
mainbranch - built-in unstable API (UNSTABLE_routeNamesChangeBehavior: 'lastUnhandled')remount-containerbranch - remounting the navigation container after authmanual-navigatebranch - manually navigate to correct screen after auth