I am finding a way of enabling live reloading and hot reloading in android physical device for react native development?
Asked
Active
Viewed 84 times
0
-
Hi, you need to shake the phone and it will prompt a menu of different options like enable live reloading, enable hot reloading, debug JS remotely you can enable it from there. – AddWeb Solution Pvt Ltd Jun 19 '19 at 09:57
-
Thank you very much for your help @AddWebSolutionPvtLtd . It is working properly. – DevPri Jun 19 '19 at 09:59
-
Please mark it as a solution so that other people can get help from there. – AddWeb Solution Pvt Ltd Jun 19 '19 at 10:01
1 Answers
1
For enabling or disabling it you need to shake the phone and it will prompt a menu of different options like enable live reloading, enable hot reloading, debug JS remotely you can enable it from there.

halfer
- 19,824
- 17
- 99
- 186

AddWeb Solution Pvt Ltd
- 21,025
- 5
- 26
- 57
-
Also, take a look at the shell commands you can use to trigger that, so that you don't need to break your phone: https://stackoverflow.com/questions/32914665/how-do-i-shake-an-android-device-within-the-android-emulator-to-bring-up-the-d – Bruno Reis Jun 19 '19 at 11:04