/TodoRN

React Native+Redux TodoMVC App for React Native Training

Primary LanguageJavaScript

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())();