I have a react-native app that I have just ejected from expo to a bare react-native app.
I can run yarn react-native run-android
without any errors and even opens my android emulator however, I can't see my app available within the emulator.
Should this open automatically or should I see it available in the app draw?
How can I start my app within the emulator?
note: the Who Am I
app is not it. It's my built version via expo before I ejected.