0

I am finding a way of enabling live reloading and hot reloading in android physical device for react native development?

DevPri
  • 13
  • 5

1 Answers1

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