An open API service indexing awesome lists of open source software.

https://github.com/4sskick/rn_todo

Simple ToDo with react native
https://github.com/4sskick/rn_todo

Last synced: 3 months ago
JSON representation

Simple ToDo with react native

Awesome Lists containing this project

README

        

# ToDo application

implementation ToDo simple application using react native.

# usage:

make sure you already installed node js

- `npx react-native init name_project_folder` let it finished
- after installed 2 libraries [vector icons & async storage], make sure those are linked
- type `npx react-native link`

# library used:

- `npm install --save react-native-vector-icons`
- `npm install @react-native-async-storage/async-storage`

# Screenshot

drawing

drawing

drawing