You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tanner Collin ff17b2a0d3 Initial commit from boilerplate 7 years ago
android Initial commit from boilerplate 7 years ago
app Initial commit from boilerplate 7 years ago
ios Initial commit from boilerplate 7 years ago
.buckconfig Initial commit from boilerplate 7 years ago
.flowconfig Initial commit from boilerplate 7 years ago
.gitignore Initial commit from boilerplate 7 years ago
.watchmanconfig Initial commit from boilerplate 7 years ago
README.md Initial commit from boilerplate 7 years ago
index.android.js Initial commit from boilerplate 7 years ago
index.ios.js Initial commit from boilerplate 7 years ago
package.json Initial commit from boilerplate 7 years ago

README.md

Counter Example

React-Native 0.32.0 & Redux 3.5.2 & React-Redux 4.4.5

This repo demonstrates the usage of latest React-Native with Redux.

Usage

  • you have to use npm@3.x, if you are using npm@2.x you might get into some weird scenarios. Please open an issue if you can't get it run on npm@2.x. also you can follow this issue for more info.
  • clone the project
  • go to Counter folder
  • run npm install

Cheers,