To Run emulator from terminal
List all your emulators:
emulator -list-avds
Run one of the listed emulators with -avd
flag:
emulator -avd your-emulator
React Native create android release build
cd android && ./gradlew assembleRelease
For details follow this link
Recent Comments