You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have RootScreen and create a Navigator(let's say this as RootNavigator) with MainScreen as content, and then inside MainScreen, i have TabNavigator with HomeTab and ProfileTab
I also handle deeplink listener inside RootScreen.
How can i force TabNavigator to select ProfileTab when i only have RootNavigator reference in RootScreen?or maybe how can i select children of Navigator?
Structure:
RootScreen: Navigator(MainScreen())
MainScreen: TabNavigator(HomeTab(), ProfileTab())
HomeTab
ProfileTab
The text was updated successfully, but these errors were encountered:
I have RootScreen and create a Navigator(let's say this as RootNavigator) with MainScreen as content, and then inside MainScreen, i have TabNavigator with HomeTab and ProfileTab
I also handle deeplink listener inside RootScreen.
How can i force TabNavigator to select ProfileTab when i only have RootNavigator reference in RootScreen?or maybe how can i select children of Navigator?
Structure:
Navigator(MainScreen())
TabNavigator(HomeTab(), ProfileTab())
The text was updated successfully, but these errors were encountered: