https://github.com/werein/react-native
Extra simple - JS Only boilerplate for React Native including all the necessary tools: React Native | React Native Experimental Navigation | Redux | Babel6 | Jest | Eslint
https://github.com/werein/react-native
babel eslint jest react-native react-native-experimental-router redux
Last synced: about 2 months ago
JSON representation
Extra simple - JS Only boilerplate for React Native including all the necessary tools: React Native | React Native Experimental Navigation | Redux | Babel6 | Jest | Eslint
- Host: GitHub
- URL: https://github.com/werein/react-native
- Owner: werein
- Created: 2016-10-15T22:36:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T17:18:19.000Z (over 8 years ago)
- Last Synced: 2025-03-28T20:11:14.041Z (2 months ago)
- Topics: babel, eslint, jest, react-native, react-native-experimental-router, redux
- Language: JavaScript
- Homepage:
- Size: 327 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
[](https://travis-ci.org/werein/react-native)
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