A sample todo list app developed by using React Native and Redux.
If you don't have react-native-cli installed, please get it installed by following the instructions in Get started with react-native
git clone https://github.com/uiheros/react-native-redux-todo-list.git
cd react-native-redux-todo-list
npm installreact-native run-ios
# or
npm run ios
react-native run-android
# or
npm run androidnpm run lintYou can also install the following plugins in your editor/IDE:
