Hey devs ๐,
I'm working on a React Native project and ran into an issue I can't seem to resolve. I'm using Visual Studio Code on Windows, and the Metro bundler starts fine, but I donโt see a โRunโ button in VS Code to launch the app on my Android emulator.
Hereโs what Iโve done so far:
Installed Android Studio and set up an emulator
Metro bundler is running without errors
My code is clean and imports look fine
Tried running npx react-native run-android, but nothing happens
Iโve also attached a screenshot of my setup for context.
๐ What Iโm Looking For:
How do I properly run the app on an Android emulator from VS Code?
Is there a way to add a โRunโ button or shortcut?
Any tips on configuring VS Code or extensions to streamline this?
Thanks in advance for any help! ๐ Happy to share more details if needed.

Top comments (0)