React Native - Error calling AppRegistry.runApplication

When I launch the simple "AwesomeProject" application, as indicated on the "Starting Initial Launch" page, the application runs in Nexus6 API 23, but an error is shown. I also tried the following methods to fix the error:

  • adb reverse tcp: 8081 tcp: 8081, but does not work.

  • "initiate a reaction" on the command line before starting the application, but after "Loading Dependency Graph, done" nothing is displayed.

  • Running it on the Nexus5X API 25, but still an error. How to solve it?
+4
source share
1 answer

, , : - 8081 , cmd, . .

0

Source: https://habr.com/ru/post/1678489/


All Articles