Reputation: 21
Im a beginner with React Native.
I have a bottom navigation including 4 components like this and
a stack navigator. In the Index, it includes the bottom navigator.
In component HistoryScreen which is not inside the BottomTabNavigator, and I want it has the same bottom navigation like the first picture too.
How can I make it?
Thank you for reading
Updated: I already solved this just by using nested stack navigator: https://reactnavigation.org/docs/tab-based-navigation/
Upvotes: 0
Views: 1456
Reputation: 210
Yes, you can create custom TabBar component, And you can use the navigate without navigation props from the docs here and you'll got it
Upvotes: -1