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
Above navigation is build by React Navigation by putting a TabNavigator in another TabNavigator.
Actual behaviour
issues
No title in 2nd tab (nested tab).
Nested tab not behave as it should be. No tab switching. Primary tabs are still working.
Steps to reproduce
Create a tab with title and 3 bottom tabs.
put nested Tab with 3 tabs in 2nd tab of primary. (secondary tab should be under the same title as given by 2nd primary tab).
Version
Tell us which versions you are using:
"react-native-router-flux": "^4.0.0-beta.28"
"react-native": "0.53.3",
Expected behaviour
Nested Tabs like
Tab 1 (title = STARS)
Tab 2 (Title = REQUESTS)
-> Tab 2.A (tabbar=top, title = REQUESTS)
-> Tab 2.B (tabbar=top, title = REQUESTS)
Tab 3 (Title = ACCOUNT)
Above navigation is build by React Navigation by putting a TabNavigator in another TabNavigator.
Actual behaviour
issues
Steps to reproduce
Create a tab with title and 3 bottom tabs.
put nested Tab with 3 tabs in 2nd tab of primary. (secondary tab should be under the same title as given by 2nd primary tab).
This is my router structure.
I have also tried to put the secondary tab directly under the 2nd tab of primary and different combination of
hideNavBar
but got the same issues.The text was updated successfully, but these errors were encountered: