react-native-skeleton
v1.0.1
Published
react-native starter kit
Downloads
71
Maintainers
Readme
#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
- pods
- Fabric/Crashlytics
##Getting Started
- Install dependencies
- Rename your app
- Build and Run
##Feedback
Comments, Issues and Pull Requests are welcomed!
##TODO