Have an Android emulator running (quickest way to get started), or a device connected.

On macOS

cd rn_lekima && npx react-native run-android

If you get this error on macOS or Ubuntu

Run this command to fix the permission in folder rn_lekima:

chmod +x ./android/gradlew

Then run the app again.