React Native Demo Starter Kit eAwesome
A starter boilerplate for a mobile app using React Native and React Native Navigation(v2). This boilerplate also provides a cool redux-saga structure to bootstrap your react-native app development.
Before start, make sure you installed:
- Android Studio : Android Dev Environment
- Xcode, CocoaPods : iOS Dev Environment
- Node and React Native CLI: React Native Dev Environment
- FBSDK: Download the SDK and unzip the archive to
~/Documents/FacebookSDK
.
Run Android Project.
$ react-native run-android
Run iOS Project.
$ cd ios && pod install
$ cd .. && react-native run-ios
Do you have any concern to run this project? Please feel free to contact me!
This project is licensed under the MIT License