This repository is a resource for a tutorial I wrote on Medium. You can read it here.
Install dependencies
npm install
Install iOS dependencies:
cd ios
pod install
cd ../
Run iOS app:
npx react-native run-ios
Run Android app:
npx react-native run-android