/shoppinglist

Traversy Media - React Native Crash Course 2020

Primary LanguageJava

React Native Shopping List App

App for React Native crash course on YouTube

Quick Start

# Install dependencies
npm install
cd ios && pod install && cd ..

# Run on iOS
react-native run-ios

# Run on Android
react-native run-android