To run this app from this GitHub repo:
- First run
npm installto install the dependencies inpackages.json. Make sure you have ~750MB of space. - Either plug in your Android device or create an Android Virtual Device in Android Studio, and make sure it's shown when you run
adb devices. - Now open 2 terminals. In the first, run
npx react-native start, and in the second runnpx react-native run-android. - Profit