0
I am initiating a project with React-Native , but after giving the following commands:
react-native init projectName
react-native run-android
I come across not with the React-Turn on boot screen in the emulator (Genymotion) or on mobile via USB, but with a totally white screen, without any information or any error charged. It does not change in any way, nor with project Load, or change in the source code. Has anyone ever been in this situation or knows how to help me?
The version of React-Native-cli : 2.0.1
If the metro bundler did not start with the run-android command, start it with the command
npm start
oryarn start
. Close the app and open again from the mobile, should solve.– sant0will
You’ve done this over and over and it doesn’t solve anything,
– Israell Llopes