Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 794 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 794 Bytes

React Native (JS Only)

JS ONLY! This repository doesn’t include android/ios packages. It is in place replacement for default - empty JavaScript stack which makes it easy to understand, extend and update.

Build Status

Simple boilerplate for React Native including all necessary tools:

  • React Native
  • React Native Experimental Router
  • Redux
  • Babel 6
  • Eslint
  • Jest

Installation & Updates

Create new React Native application or enter your current app and merge, add remote branch and merge it whenever you need

git remote add upstream https://github.com/werein/react-native.git
git merge upstream/master

License

MIT