Reputation: 63
react-native start
doesn't start a metro bundler. I need manually run yarn start
. What can be a reason of such problem ?
Upvotes: 4
Views: 4506
Reputation: 657
There's possibility that the 8081 port is in use - how about
react-native start --port=8080
Upvotes: 2