Skip to content

orange-beans/easy-react-native-starter

Repository files navigation

easy-react-native-starter

Set up your react-native projects with a few commands.

Updates

  • react-native => 0.31
  • react => 15.2.1
  • Gradel Plugin => 2.1.0
  • Gradel Wrapper => 2.14.1

Tools / Libraries included

React / React-Native:

  • react-native-router-flux
  • react-native-material-kit
  • react-redux

Redux:

  • redux
  • redux-thunk

Linting:

  • eslint
  • babel-eslint

To Install

Clone into a local folder:

$ git clone https://github.com/orange-beans/easy-react-native-starter

Then install dependent modules:

$ npm install

To Use (Android)

Start packager:

$ npm run android-start

Set device port

$ npm run android-set-port

Build debug/release

$ npm run android-build-debug
$ npm run android-build-release

Install debug/release to device

$ npm run android-install-debug
$ npm run android-install-release

To Use (IOS)

(Under development)

Things to note

For the release build, a dummy keystore is used to quickly test the release version. To use your own keystore, please see this article for instructions on how to create a keystore.

About

Set up your react-native projects with a few commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors