Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't open dev menu via CMD+D or reload via CMD+R any longer

I can't open my dev menu via CMD+D or reload via CMD+R any longer. It just stopped working without me knowingly changing something.

Some more info:

  • Shake gesture still works, but not always
  • Live reload works only when shake gesture is working
  • Independent of build via react-native run-ios or via xCode
  • rn22.0 and rn23.0-rc
  • same behaviour upon react-native init newProject
  • I use the workspace file

What I have tried to fix it:

  • tried other simulators
  • downgrade/upgrades by a version
  • ran react-native upgrade and said yes to every overwrite
  • complete reinstall of all NPM modules
  • Reset the simulator
  • clean build
  • reboot
like image 506
ThorbenA Avatar asked Apr 04 '16 21:04

ThorbenA


People also ask

How do I open Command Prompt after restarting Windows 10?

Then you can press Windows + R, type cmd, and press Enter (press Ctrl + Shift + Enter to open elevated Command Prompt) to see if you can open Command Prompt now. If computer restart doesn’t help, continue to check other fixes below.

How to navigate to D drive with cd command in CMD?

Fix Can’t Navigate to D Drive with CD Command in CMD. 1 To navigate up one directory level, you can type “cd ..”. 2 To go back to root directory, you can use “cd /”. 3 To navigate to your home directory, you can type “cd” or “cd ~”.

How do I open a directory from the command line?

Alternatively, you can also type the drive like d: in Command Prompt to switch to the target drive, and then use cd command like cd Docs\Java to direct you to the directory you want. If you want to know more about how to use CD command, you can type this command line in CMD: C:\Documents and Settings\kenny>help cd.

How to open command prompt in normal mode in Windows 10?

Step 1. You can right-click the empty area on your desktop, click New and select Shortcut. Step 2. In the Create Shortcut window, you can type cmd.exe and click Next. Type Command Prompt for the name of the shortcut, and click Finish. Then you can click the shortcut to open Command Prompt in normal mode.


2 Answers

From Menu Bar, I/O -> Input -> Send Keyboard Input to Device. It really helps.

like image 143
L.Igor Avatar answered Sep 22 '22 14:09

L.Igor


Have you tried accessing the Simulators Hardware?

Simulator > Hardware > Keyboard > Connect Hardware Keyboard

like image 33
parker Avatar answered Sep 21 '22 14:09

parker