facing this error if I Reload
or Debug JS Remotely
. I tried all possible solutions mentioned in this SO question, But there was no use.
I have uninstalled and reinstalled the app, deleted node modules folder and then recreated, deleted total project and created new one. But nothing worked for me. As some one suggested in the above mentioned link, I tired to disable the firewall.it didn't work.Surprisingly it happened all of sudden. The only thing that I didn't tried formatting the system completely.
targetSdkVersion 26
Machine OS is Ubuntu
Developing for Android mobiles
react-native: 0.52.2
Using Chrome browser for debugging
tried in multiple mobiles and tablets, But same error is occurring. At the moment the only possible way to re-run the app is running react-native run-android
every time code changes.
Could somebody help me to get rid of this error?
Thank You.