I\'ve created the project using the following command.
react-native init Awesome_Project
I\'ve started the packager using the following com
Well, This happens when we uninstall apk from mobile manually.It shows MainActivity does not exist. Solution: Go to apps in setting and uninstall the instance of App for all users and run again using react-native run-android will resolve your issue