1
I am creating my first project with the Genymotion simulator. I can create the project by typing in the terminal:
react-native init
once created, I enter my project:
cd myproject
Now when running android to send to the simulator arises the problem. Well, when running on the terminal:
react-native run-android
it sends to the simulator, but the following error appears
I typed in the command terminal
react-native start
and I realized that I’m making a mistake...
Could someone help?
I recommend you use AVD(Android Virtual Device)
– Marconi