After init the Demo App, I try to run on the simulator.When I open the Command-Shift-P, I can't find the react native start command. Is there any packages need to be installed?

can't find react native start to run the app on ios
209 views Asked by Ran At
1
Finally,I found the answer. packager was renamed to metro at some point, try 'metro start' instead
https://github.com/facebook/nuclide/issues/1392