Skip to content

Instantly share code, notes, and snippets.

@arnoldc
Last active April 5, 2024 14:28
Show Gist options
  • Save arnoldc/58872d440a417fdcc360ddb746f468f4 to your computer and use it in GitHub Desktop.
Save arnoldc/58872d440a417fdcc360ddb746f468f4 to your computer and use it in GitHub Desktop.
[React Native] debugging
Trigger menu for android emulator
- adb shell input keyevent 82
- or command m
index.android.bundle issue
- mkdir android/app/src/main/assets
- npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
- react-native run-android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment