When I do react-native init > npm start in the terminal of an empty folder, I get this:
[email protected] start C:\Users\user\OneDrive\Desktop\test node node_modules/react-native/local-cli/cli.js start
Scanning folders for symlinks in C:\Users\User\OneDrive\Desktop\test\node_modules (40ms) ┌──────────────────────────────────────────────────────────────────────────────┐ │
│ │ Running Metro Bundler on port 8081.
│ │
│ │ Keep Metro running while developing on any JS projects. Feel free to │ │ close this tab and run your own Metro instance if you prefer. │ │
│ │ https://github.com/facebook/react-native
│ │
│ └──────────────────────────────────────────────────────────────────────────────┘Looking for JS files in C:\Users\user\OneDrive\Desktop\test
Metro Bundler ready.
Loading dependency graph, done.
Then it just hangs there.. forever. I tried waiting 30 minutes, still nothing. I'm on Windows 10, react version 0.55.3, and npm 5.5.1.
react-native upgrade, it fixed it for me,react-native run-androidto actually launch the app on an emulator? The bundler itself will just sit there until an RN app tries to connect to it.