Skip to content

React Native Todo List example app which uses Redux for managing app state

License

Notifications You must be signed in to change notification settings

peterdestasio/react-native-redux-todo-list

 
 

Repository files navigation

react-native-redux-todo-list

A sample todo list app developed by using React Native and Redux.

BuddyBuild Language Platforms License

alt tag

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:

About

React Native Todo List example app which uses Redux for managing app state

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • Objective-C 19.6%
  • Python 6.3%
  • Java 4.3%