I built an android app using React Native, it got built successfully but when I run the app in my Android Virtual Device it shows up a full red screen with the following err
Go to file "MainApplication.java" (under .\android\app\src\main\java\com\projectName\)
.\android\app\src\main\java\com\projectName\
Make sure that under getPackages() function you don't have duplicate lines (in my case I had "new MapsPackage()" twice).
getPackages()
Fix duplicate imports as well.