Awesome
react-native-redux-todo-list
A sample todo list app developed by using React Native and Redux.
How to run the app
Install react-native
If you don't have react-native-cli
installed, please get it installed by following the instructions in Get started with react-native
Clone this repo and install its dependencies
git clone https://github.com/uiheros/react-native-redux-todo-list.git
cd react-native-redux-todo-list
npm install
Start the app
For iOS, run
react-native run-ios
# or
npm run ios
For Android, run
react-native run-android
# or
npm run android
Development
Lint the code
npm run lint
You can also install the following plugins in your editor/IDE: