Category: React Native
To run the bundler and simulators in VSCode for your React Native project, open a terminal window from the VSCode menu: Terminal -> New Terminal.
In the first terminal window, from your project directory start the bundler:
react-native start
In the other terminal window(s) from your project directory, launch the simulator:
react-native run-ios
Or:
react-native run-android
Launching simulators may take a few minutes if the application is being run on the simulator for the first time.