Simple React Native Todo App
You can create task and delete them by clicking on any of the the blue squares.
React Native To Do application created for test.
You can add tasks, delete them and mark as done.
- Expo
- React Native
- Redux
- Redux Toolkit
- Redux Persist
- Husky
- Prettier
npm install
To make the pre-commit hook work, you need to run npm install
when the project is already initialized as a Git repository.
If the project is initialized as a repository later, you need to additionally execute npm run prepare
.
npm start