I'm trying to create an authentication flow with React navigation bottom tab, whereby a user can access some screens on the bottom tab navigation while some screens require login. Also i'm trying to make all the screens to be authenticated once a user logs into one screen.
Here is the project