mhorowitz / native-navigation-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Objective-C 34.0%Language:JavaScript 28.4%Language:Java 13.4%Language:Python 13.3%Language:Ruby 10.9%