-
Notifications
You must be signed in to change notification settings - Fork 155
Description
Describe the bug
Hi @jbroma
I have observed that HMR is not working as expected in android phyiscal device whereas it works fine on android emulator and IOS simulator and IOS physical device, is this a know issue or some configuration issue, please let me know if can be resolved by changing some configuration
We hve also tried to ensure both the physical and the development machine are on the same Wi-Fi network and attempted connecting it via localhost:8081, but the issue still persists
Could you please advise how this can be resolved
System Info
Macos
Ract native - 0.79.3
Repack - 5.1.2Re.Pack Version
5.1.2
Reproduction
Steps to reproduce
Run yarn install and open android physical device change something in the screen and save it, you will not be able to see any change since HMR is not working, once you kill and rerun the app, we will be able to see the change got reflected, these steps will be able to reproduce the issue