I am following react native developer guid. There is paragraph where it tells that if you want to enable Live Reloading/How Reloading you can do adb shell input keyevent 82
. It works perfectly with emulators. But when I do the same with my android device it shows me screen with my activity history instead of developer menu. I permit "Display pop-up window" and tuned off the "Tun on MIUI optimization".
Is there some workaround?
Thanks