(React-Native) Nesting Navigator inside TabBarIOS for ultimate history stack

(React-Native) Nesting Navigator inside TabBarIOS for ultimate history stack

A few weeks ago I started working on react-native and I wanted to build an app that had a navigation bar and tabs. Each tab was supposed have it’s own history stack and have a unique navigation bar.

In order for me to do that I nested <Navigator/> inside of <TabBarIOS/> such that every time I switch to a different tab the history of the other tabs remained scoped to their own space.

Code snippet to come soon…


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *