Vladislav Pokosenko
Vladislav Pokosenko

Reputation: 63

React Native metro bundler not starting automatically only for android

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

Answers (1)

Adrian Warkocz
Adrian Warkocz

Reputation: 657

There's possibility that the 8081 port is in use - how about

react-native start --port=8080

Upvotes: 2

Related Questions