This is a boilerplate project with react native router and predictable state container which includes simple bar chart and pedometer.
- Node 4.x or better
- React Native for development
- Xcode for iOS development (optional)
- Android SDK for Android development (optional)
- Android Lollipop or better for Android device testing (optional)
Clone repository:
git clone [email protected]:boozzd/react-native-boilerplate.git
After run:
npm install
Once dependencies are installed, run the starter kit with:
npm start
This will start the React Packager.
Open ios/AwesomeProject.xcodeproj
in Xcode, build and run the project (⌘+R).
For android development use the following:
react-native run-android