Aug 23, 2017 · 1 min read
Hey! Great Introduction.I’am new to the react native. I run all the command for initializing the “react native welcome project” but the android screen will not appear automatically. What should i do to solve thiss.
I run following command:
npm install-g react-native-cli
react-native init projectname
cd projectname
react-native run-android
all commands run succesfully but screen will not appear.