I'm new to React-native and i create my first hello world program. In android studio emulator it works fine. Emulator shows
I used following commands
react-native start
react-native run-android
But when i get the app-debug.apk file from output folder and install in my physical mobile phone it gives following error. (This is a screenshot)
Have i done wrong somewhere?
Thank you