If everything went well you will get a QR code as shown below.Īs instructed, one way to run react native apps on your android devise is to using expo.
To verify the installation browse through the project folder and try starting the project using the start command.Ĭ:\Users\Tutorialspoint\Desktop>cd MyReactNativeĬ:\Users\Tutorialspoint\Desktop\MyReactNative>npm start You can install react native command line interface on npm, using the install -g react-native-cli command as shown below. In addition to these it is recommended to install latest version of yarn to avoid certain issues. Make sure you have Python NodeJS and jdk8 installed in your system if not, install them.
You can follow our NodeJS Environment Setup tutorial to install NodeJS.Īfter installing NodeJS and NPM successfully in your system you can proceed with installation of create-react-native-app (globally as shown below).Ĭ:\Users\Tutorialspoint> npm install -g create-react-native-appīrowse through required folder and create a new react native project as shown below.Ĭ:\Users\Tutorialspoint\Desktop>create-react-native-app MyReactNativeĪfter executing the above command, a folder with specifies name is created with the following contents.