Error calling AppRegistry.runApplication
DDzia opened this issue · 4 comments
DDzia commented
rushabhmakwana-multidots commented
- Same here
Prior99 commented
Same problem. After a bit of googling I stumbled upon this Stackoverflow question concluding that a simple
adb reverse tcp:8081 tcp:8081
solves the problem. For me it worked.
gabyckaz commented
This worked for me https://stackoverflow.com/a/44035335
run
$ react-native start
in the background then run
$ react-native run-android