Go to file
Tanner Collin 7f6fc32d74 Commit everything done until beginning version control
Removed the boilerplate's counter, started a drawer menu, added a
toolbar to access the menu, created the calculator form and state.
2017-02-01 22:52:00 -07:00
android Commit everything done until beginning version control 2017-02-01 22:52:00 -07:00
ios Initial commit from boilerplate 2017-02-01 22:09:06 -07:00
src Commit everything done until beginning version control 2017-02-01 22:52:00 -07:00
.buckconfig Initial commit from boilerplate 2017-02-01 22:09:06 -07:00
.flowconfig Initial commit from boilerplate 2017-02-01 22:09:06 -07:00
.gitignore Initial commit from boilerplate 2017-02-01 22:09:06 -07:00
.watchmanconfig Initial commit from boilerplate 2017-02-01 22:09:06 -07:00
index.android.js Commit everything done until beginning version control 2017-02-01 22:52:00 -07:00
index.ios.js Commit everything done until beginning version control 2017-02-01 22:52:00 -07:00
package.json Commit everything done until beginning version control 2017-02-01 22:52:00 -07:00
README.md Initial commit from boilerplate 2017-02-01 22:09:06 -07:00

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,