Skip to content

senorgeno/TodoRN

 
 

Repository files navigation

Readme

React Native+Redux DEMO for React Native Training.

Run npm install before get started.

See React Native Getting started

Start server apis run gulp.

If you've ran the old TodoRN version, uncomment this in src/store/configureStore.js before get started.

//a dirty way to clear persisted old state
//Todo: if you've ran the old TodoRN version, uncomment this before get started.
(async () => await AsyncStorage.clear())();

About

React Native+Redux TodoMVC App for React Native Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • Objective-C 9.8%
  • Python 3.7%
  • Java 2.7%