This is a simple Todo CRUD application with Redux
These instructions will get you a copy of the project up and running on your local machine for development purposes.
git clone https://github.com/NavidHosseini/react-native-todo-app-with-redux.git
Follow this installation process to launch the application on your machine.
cd react-native-todo-app-with-redux/
npm install -or- yarn
react-native run-ios
Use this command to launch the application on the android emulator/Device.
react-native run-android
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-gesture-handler": "^1.7.0",
"react-native-reanimated": "^1.13.0",
"react-native-safe-area-context": "^3.1.7",
"react-native-screens": "^2.10.1",
"react-native-vector-icons": "^7.0.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"uuid": "^8.3.0"
MIT