Answers for "how to run expo project with emulator"

0

how to run expo project with emulator

//first run expo project
expo start

//To run existing emulators
emulator -list-avds
emulator @anyDevicesInListedAvds
Posted by: Guest on January-21-2021

Browse Popular Code Answers by Language