How do I get my android emulator to execute my react-native code?
I just started using react-native.
I have installed the react-native CLI and bootstrapped an application.
I have also installed android studio and gotten the emulator running.
I ran npm run android
it simply opens a terminal but does not kickstart the emulator.
How do I fix that?