Upgrades to android 3.0.0, adds logo/attribution prop

This commit is contained in:
bsudekum
2016-01-11 15:51:12 -08:00
parent 2e1276d364
commit 780fe619b3
5 changed files with 32 additions and 16 deletions
@@ -88,7 +88,7 @@ public class ReactNativeMapboxGLModule extends ReactContextBaseJavaModule {
@ReactMethod
public void addAnnotations(int mapRef, ReadableArray value) {
aPackage.getManager().setAnnotations(aPackage.getManager().getMapView(), value);
aPackage.getManager().setAnnotations(aPackage.getManager().getMapView(), value, false);
}
@ReactMethod