Ng Dang Khoa
Ng Dang Khoa

Reputation: 21

React Native: Can I include the bottom navigation bar in the screen that is not in Tab.Navigator

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

Answers (1)

Abrah_dago_313
Abrah_dago_313

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

Related Questions