Noickare

Results 1 comments of Noickare

Try expo-router unmatched route as described [https://docs.expo.dev/routing/error-handling/](here) and check the path name and if it matches firebaseauthlink redirect back see code sample below. ```javascript function UnmatchedScreen(props: UnmatchedProps) { const param...