about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-04-25 11:59:11 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-04-25 11:59:11 -0700
commit3463f601a360af5f3a4b643a787e44865c4c790c (patch)
tree8cd9e999283b2742691dbf545da0366ce77a5a4a /README.md
parent3ef7504f9117bd0986744a080931e8fabb1907eb (diff)
downloadvoidsky-3463f601a360af5f3a4b643a787e44865c4c790c.tar.zst
add dev menu opening instructions by platform
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
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