0

I am using react native for the development..I am able to see the option live reload in simulator but it is missing in iOS device..Please find the screenshots for the same..I would appreciate any help on how to enable live reload on device

On Simulator

enter image description here

On Device

enter image description here

pritam001
  • 1,667
  • 1
  • 16
  • 23
  • possibly duplicate https://stackoverflow.com/questions/38772373/how-to-enable-live-reload-in-ios-device-running-react-native-app – David Mar 14 '18 at 10:11

1 Answers1

1

This happens when your device and your packager are not running on the same network. Make sure your device is connected to the same Wifi as your development machine.

patngo
  • 667
  • 3
  • 12