This skeleton is forged with the greatest libraries available to provide a pretty awesome kickstart for your new react-native app.
- Navigation
- Themes
- Data Handling
- API Backend
- Metrics
- Get the project
git clone https://github.com/Devnetik/react-native-skeleton.git MyNewApp
- Install npm dependencies
npm install
- Install pods
cd ios && pod install
you need cocoapods for this to work
There are some dependencies which you need on your system
Everything else gets installed via npm install
and pod install
Here is a list of key dependencies. You can find all the other packages in the package.json
- npm
- pods
- Fabric/Crashlytics
- Install dependencies
- Rename your app
- Build and Run
Comments, Issues and Pull Requests are welcomed!