This is a basic Todo app built using React Native and Redux
- git clone the project
- run
npm install
- if you are using npm version 2 then you need to run the following command, npm@3 won't need this command. to follow up why you need to run this command you can look at this issue
npm run setup_project