I have recently started to convert my react native app and running on Expo so i could test this on my actual android device. I am getting this error above. I have since then
The following solution worked:
AppRegistry.registerComponent('main',() => App);
Credits: Rishav Kumar
(Cannot you people just reply to mark as solve ?)