@mehcode The current version does not support react-native 0.46 and inferior on Android.
To keep that and assure compat for 0.47+ too, you should keep the createJSModules method, only remove the @Override annotation.
Support for non-current React Native is not really something I'm interested in. I don't mind back-porting something to 4.x if support for <0.47 + something-that-happened in 5.x is something you need.
@mehcode The current version does not support react-native 0.46 and inferior on Android. To keep that and assure compat for 0.47+ too, you should keep the
createJSModules
method, only remove the@Override
annotation.See https://github.com/airbnb/react-native-maps/blob/master/lib/android/src/main/java/com/airbnb/android/react/maps/MapsPackage.java#L27