Skip to content

This is an example of a todo app written with React Native using State Management with Redux.

License

Notifications You must be signed in to change notification settings

roycechua/react_native_redux_todo_app

Repository files navigation

react_native_redux_todo_app

This is an example of a todo app written with React Native using State Management with Redux. This version of Redux makes use of the Hooks API in Redux that you can use with functional components instead of the traditional implementation with class-based components.

You can learn more about Redux Hooks API here: https://react-redux.js.org/api/hooks

If you want to compare it with an app that uses the regular React Hooks with passing parameters using React Navigation then you can also checkout my other repository here: https://github.com/roycechua23/react_native_todo_app

Dependencies

This is app is running on the latest React Native version 0.63.2 and the dependencies are managed by Yarn.

Once you've cloned the repository, install using

yarn install 
npx pod-install (You must have CocoaPods installed on your Mac machine for this to work)

Then run the project using

yarn run android 

or

yarn run ios (XCode must be installed on your Mac machine)

Demo

Demo

Screenshot

HomeScreen HomeScreenWUpdatedTasks

About

This is an example of a todo app written with React Native using State Management with Redux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published