infinitered / ignite-andross

The original React Native boilerplate from Infinite Red - Redux, React Navigation, & more
https://infinite.red/ignite
MIT License
475 stars 151 forks source link

How to access new screen? #249

Closed EralpB closed 5 years ago

EralpB commented 5 years ago

after I create a new screen if I do

initialRouteName: 'NewScreen',

I see the new screen but otherwise I'm stuck at LaunchScreen.

How to add a tabbar to the bottom to switch between pages? Which tutorial should I follow?

Thanks.

DenisDov commented 5 years ago

https://reactnavigation.org/docs/en/navigation-prop.html

jamonholmgren commented 5 years ago

@DenisDov's is a good link, and here's more info about tabs: https://reactnavigation.org/docs/en/tab-based-navigation.html