Uditha
Uditha

Reputation: 35

React project run React native start command

I always run project using npm start to start project. but i ran npx react-native start to start project one time and all installation process completed by my mistake. so i need to rollback that process to remove react native. is it normal or don't need to worry about it? or need to remove react native and How can i do it?

Upvotes: 0

Views: 92

Answers (1)

Or Azoulay
Or Azoulay

Reputation: 219

It just runs the metro, you can cancel the process and that's it.

you did not need to reinstall react native

Upvotes: 1

Related Questions