mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 12:31:11 +00:00
Upgrades to android 3.0.0, adds logo/attribution prop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user