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.
Simple boilerplate for React Native including all necessary tools:
- React Native
- React Native Experimental Router
- Redux
- Babel 6
- Eslint
- Jest
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
MIT