Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 668 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 668 Bytes

Shopping list app developed using react-native.

Development

# 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