# install expo cli
npm install -g expo-cli
# install dependencies
npm install
Or use yarn
yarn install
Run project
# run project
npm start
- A simple shopping list app
- Add items to the list
- Delete items form the list
- Clear the input field on submit
- check for input value
# upgrade project
expo-cli upgrade
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.