-
Notifications
You must be signed in to change notification settings - Fork 935
Closed
Labels
Description
When trying to start a new project with npm run android, the app starts to compile, the metro bundler starts for a brief moment and immediately after that it closes without trowing any error. The compilation of the app finishes without errors, but the app can't start since the bundler is not live anymore.
Since the project is new, created with npx react-native the problem has to do with the cli. I saw other issues on github, but they were all related to v2.0.1. When runing npx react-native --version I see that I am running version 3.0.4.
Has this bug not been fixed yet?
Running windows 10 x64 build 18363 with node 13