Skip to content

seanwatters/intro-to-react-navigation

Repository files navigation

React Native - Intro to React Navigation

Published in The Startup

header

Photo by Alexander Andrews on Unsplash

File Structure

Updated/new files are included in the tree below; all other files were generated by the Expo CLI.


|- assets
|- components
    |- ScreenName.js   // component rendered in each view
    
|- navigation
    |- AppNavigator.js    // primary app navigator 
    |- BottomTabNavigator.js   // bottom tab navigator
    
|- screens
    |- ScreenOne.js
    |- ScreenTwo.js
    
|- App.js
|- app.json

The full repository for the Intro To React Navigation blog post.

About

The full repository for the Intro To React Navigation blog post.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published