The quickest way to run the Android version of Oreo Fashion app is to run an emulator first and to run an emulator open your Android Studio and run the emulator manually. Follow the below steps to run a pre-installed emulator in Android Studio:

  1. In the toolbar, select the AVD that you want to run your app on from the target device drop-down menu.
  2. Click Run

On macOS

cd rn_oreo && npx react-native run-android

If you get this error on macOS or Ubuntu

Run this command to fix the permission inside your rn_oreo folder via command line or terminal:

chmod +x ./android/gradlew

Then run the app again.