All Projects → unbug → TodoRN

unbug / TodoRN

Licence: other
React Native+Redux TodoMVC App for React Native Training

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].