Type the following in your command prompt to install and launch your app on the device:
Read moreWhat does React Native init do?
It contains the actual React Native framework code and is installed locally into your project when you run react-native init . … It will install all new react-native packages and create the project structure for us including iOS and android folders .
Read moreHow do I initialize a React Native app?
React Native – Environment Setup
Read more