Reputation: 39
Whenever I am running command npx react-native run-android
it is starting node server and showing METRO logo instead of usual react-native logo in server. for reference you can see the picture below.
here a list of what I want to know:
- how to get it back to usual react-native logo like simple projects?
- what are the possible differences/causes of this happening and why is it happening?
Upvotes: 1
Views: 739
Reputation: 134
I was curious about this behavior and I started doing some research on this as well, and after few hours of research I found out that it was due to the use of react-native version 0.64.0 (latest as of today). I tried to revert it back 0.63.4 (previous version) and it showed normal React logo. There's no any side affect or anything, I think they boost up the compilation process or something (I am not sure).
Upvotes: 1
Reputation: 172
Sorry for taking so long, i found why it shows metro logo, there is no problem it's from the react native version if you really wanna see the react native logo you can downgrade some versions until it shows react native logo. But I think you can stick with the current version or newest version, because it doesn't matter.
Upvotes: 1