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
check your MainApplication.java, in particular protected List getPackages(); the AirMapModule is probably twice in the list
MainApplication.java
protected List getPackages()
AirMapModule