Closed ricbermo closed 1 year ago
Hi @ricbermo, this is exactly what I wanted to do next :) Btw. I'm an RN developer as well.
@ricbermo done, use setup config to enable android emulators
require("simulators").setup({
android_emulator = false,
apple_simulator = true,
})
Hi, react-native developer here 😅
just in case u wanna add support for launching android emulators, here you have a set of commands I use to list and launch emulators w/o opening Android Studio.
emulator -list-avds
emulator -avd <id_you_get_from_prev_command>
Cheers.