unbug / TodoRN

React Native+Redux TodoMVC App for React Native Training

Home Page:https://www.gitbook.com/book/unbug/react-native-training/details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.gitbook.com/book/unbug/react-native-training/details


Languages

Language:JavaScript 83.8%Language:Objective-C 9.8%Language:Python 3.7%Language:Java 2.7%