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 install
react-native run-ios
# or
npm run ios
react-native run-android
# or
npm run android
npm run lint
You can also install the following plugins in your editor/IDE: