I am using default Android emulator for running react native apps, I need to reload the app frequently, how do I do that?
And how can I set genymotion to set as defa
I tried in this way:
Open Android Studio, then Click Tools->Android->AVD Manager, as shown:
Choose your virtual devices, then click edit this AVD,
In Virtual Device Configuration, click Show Advanced Settings, scroll down to find Keyboard, then check Enable keyboard input checkbox, then click Finish button.
Launch this AVD in emulator.
In Terminal, in your react native project directory, run "react-native run-android".