Shopping list app developed using react-native.
# For iOS
cd ios && pod install && cd ..
# Run iOS
react-native run-ios
# Run Android
react-native run-android
# Install react-native-vector-icons
npm i react-native-vector-icons
# Link react-native-vector-icons
react-native link react-native-vector-icons