React Native application for grocery management saved with Async Storage (Local storage)
Shopping List App
React Native application for grocery management saved with Async Storage (Local storage).
Usage
Clone this repository on your local file. Then install all dependencies and run the app.
Install Dependencies
# Install all dependecies
npm install
# Link dependencies
npx react-native link
Run App
If react-native >= 0.6, then it will run Metro bundler automatically.
# start Metro bundler
npx react-native start
# run app on a [platform]: android or ios
npx react-native run-[platform]
Now, keep track of you shopping list easily.
- Version: 0.0.1
- Author: Ayoub Saouidi