Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 665 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 665 Bytes

TODO_Tasks_app

This is just first version of thet TODO tasks app, it still incomplete !

Demo

HOWTO

First install all the dependencies

yarn install

Now run the app

npx react-native run-ios
or simply
yarn ios

Dependencies used

  • @react-native-async-storage: To store the tasks into local device database
  • react-navigation: To handle navigate through screens
  • react-native-element-dropdown: UI Dropdown component
  • react-native-elements: it's well maintained package that contain a lot of customizable ui
  • react-sweet-state: To handle state management