# install expo cli
npm install -g expo-cli# install dependencies
npm installOr use yarn
yarn installRun 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 upgradeIf you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.


