Reputation: 187
i get an new PC and i will install React-Native. I Installed the following Libraries:
If i run the command "react-native run-android
" then the Node Server does not start immediately. If i run "react-native start
" and in another terminal "react-native run-android
", then the run command will close.
Another Problem is, that the Node Package Server dont open automaticially if i run "react-native run-android
"
i hope someone can help me with my problem
Upvotes: 0
Views: 1074
Reputation: 819
A similar bug was reported in React Native's official repository for version 0.60. It was an issue in react-native-cli.
See this bug report.
Solution for your problem is to update react-native-cli to the latest version.
Upvotes: 1