Is there a way to configure
npx react-native run-android
to use a virtual Android device in another computer? I need this because for a given project I can run
npm start
npx react-native
from a docker container but I need to use an android simulator located inside the host but outside the container.
Thanks