Search code examples
androidreact-nativeandroid-emulator

React native Ctrl M or dev tool not showing in my emulator


He thanks in advance, In react native am not able to right click or open dev mode in emulator.


Solution

  • adb shell input keyevent 82
    

    Use this in your windows command line, It works for me.