An open API service indexing awesome lists of open source software.

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

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.

[![Build Status](https://travis-ci.org/werein/react-native.svg)](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