I\'ve created the project using the following command.
react-native init Awesome_Project
I\'ve started the packager using the following com
I had a similar issue.
BUILD SUCCESSFUL in 38s
27 actionable tasks: 27 executed
info Connecting to the development server...
info Starting the app on "a77c634"...
Starting: Intent { cmp=com.helloworld/.MainActivity }
Error type 3
Error: Activity class {com.helloworld/com.helloworld.MainActivity} does not exist.e
For me, my target device had multiple accounts, so before running the app for another ime, make sure you uninstall it from all accounts.