microsoft / TypeScript-React-Native-Starter

A starter template for TypeScript and React Native with a detailed README describing how to use the two together.
MIT License
1.91k stars 210 forks source link

Error calling AppRegistry.runApplication #6

Open DDzia opened 7 years ago

DDzia commented 7 years ago

image

Repeated a steps:

rushabhmakwana-multidots commented 6 years ago
Prior99 commented 6 years ago

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.

DDzia commented 6 years ago

@Prior99, your hook don't resolve problem for me. Also problem.

gabyckaz commented 6 years ago

This worked for me https://stackoverflow.com/a/44035335

run $ react-native start in the background then run $ react-native run-android