This is an example application used for the React Native NYC Meetup on 11/29/2017
- React Native
- React Navigation: Router/Navigator
- ESLint: Code Linting
Run npm install
or yarn
to install all of the applications' dependencies.
Open up your emulator or connect you iOS / Android device and run react-native run-ios
or react-native run-android
.
For troubleshooting issues please relate to
React Native's Official Troubleshooting Guide.