Install packages:
yarn install Follow appropriate device instructions:
# Run instructions for iOS: cd ios pod install cd .. react-native run-ios # Run instructions for Android: # Have an Android emulator running (quickest way to get started), or a device connected. react-native run-androidRun a separate metro window if you get a packager error:
yarn start --reset-cache