react-native starter kit
npm install react-native-skeleton#react-native skeleton
This skeleton is forged with the greatest libraries available to provide a pretty awesome kickstart for your new react-native app.
##Features
* Navigation
* Themes
* Data Handling
* API Backend
* Metrics
##Installation
* 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
##Dependencies
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
* Devnetik/react-native-better-navigator
* reactjs/react-redux
* skellock/apisauce
* pods
* Fabric/Crashlytics
##Getting Started
* Install dependencies
* Rename your app
* Build and Run
##Feedback
Comments, Issues and Pull Requests are welcomed!
##TODO
* [ ] Monitoring via reactotron #1
* [ ] Commands and templates which help to create components, actions and reducers faster #2