We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dx serve
Currently, only a virtual Android device supports hot-reloading etc. but not a physical one.
I already have a branch with a working version, but I don't have time to make a PR. Should be free in a week or so.
The text was updated successfully, but these errors were encountered:
@Andrew15-5 May i know how are you serving on physical device? dx serve --platform ios .. and then what variable you pass?
dx serve --platform ios
Sorry, something went wrong.
dx serve --platform android
Hmm.. But default this command runs on virtual device i.e emulator. Not on physical device for me!
You have to connect your physical device so that adb devices sees it. Better yet, disconnect the emulator first.
adb devices
No branches or pull requests
Feature Request
Currently, only a virtual Android device supports hot-reloading etc. but not a physical one.
Implement Suggestion
I already have a branch with a working version, but I don't have time to make a PR. Should be free in a week or so.
The text was updated successfully, but these errors were encountered: