This is a boilerplate project for a React Native app that uses Native Navigation for navigation.
git clone https://github.com/lelandrichardson/native-navigation-boilerplate.git
cd native-navigation-boilerplate
npm install
npm startTo run the iOS App:
react-native run-iosTo run the Android App:
react-native run-android