-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hey @shubhnik
So just tried out the nestedTab branch. While the initial login flow works seamless. I am trying to replicate a scenario when a user is already logged in, and opens the app.
-
In this scenario the user should directly land on to the
feedtab underTabNavigator
I tried fixing it by giving the loggedIn state the screen name asscreen2orfeednone of them works. Any ideas here ? -
The back button on header when inside Tab navigator should not go back to any of the
loginStackNavigators.
The structure looks like this:
const Tabs = TabNavigator({
feed: {
screen: Feed
},
logout: {
screen: Logout
}
});
const LoginsFlow = StackNavigator({
login: {
screen: Login
},
screen1: {
screen: Screen1
},
});
const navigator = StackNavigator({
login: {
screen: LoginsFlow
},
screen2: {
screen: Tabs
}
});
Metadata
Metadata
Assignees
Labels
No labels