diff options
author | Ansh <anshnanda10@gmail.com> | 2023-04-25 14:04:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 14:04:56 -0700 |
commit | c8a7f27d43dc2ba926fd402a14bdcc35aec433da (patch) | |
tree | 67fc86709a16b43dd3c04b401a5bd0a7aed4b397 /README.md | |
parent | 01410ad4bfb5e49aa954ee2e65964a43b1aaf401 (diff) | |
parent | d0d24ea248a74df89c0033a2f63787aaa2f0402d (diff) | |
download | voidsky-c8a7f27d43dc2ba926fd402a14bdcc35aec433da.tar.zst |
Merge pull request #536 from bluesky-social/ansh/app-558-share-profile-and-post-broken-on-android
[APP-558] Sharing refactor
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md index 3595641e2..f29b49e1d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ - Note that since 0.70, debugging using the old debugger (which shows up using CMD+D) doesn't work anymore. Follow the instructions below to debug the code: https://reactnative.dev/docs/next/hermes#debugging-js-on-hermes-using-google-chromes-devtools +### Developer Menu +To open the [Developer Menu](https://docs.expo.dev/debugging/tools/#developer-menu) on an `expo-dev-client` app you can do the following: +- Android Device: Shake the device vertically, or if your device is connected via USB, run adb shell input keyevent 82 in your terminal +- Android Emulator: Either press Cmd ⌘ + m or Ctrl + m or run adb shell input keyevent 82 in your terminal +- iOS Device: Shake the device, or touch 3 fingers to the screen +- iOS Simulator: Press Ctrl + Cmd ⌘ + z on a Mac in the emulator to simulate the shake gesture, or press Cmd ⌘ + d + ### Running E2E Tests - Make sure you've setup your environment following above |