Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 463 Bytes

Native Navigation Boilerplate

This is a boilerplate project for a React Native app that uses Native Navigation for navigation.

Running the app

git clone https://github.com/lelandrichardson/native-navigation-boilerplate.git
cd native-navigation-boilerplate
npm install
npm start

To run the iOS App:

react-native run-ios

To run the Android App:

react-native run-android