mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-09-01 13:31:07 +00:00
Set custom view layouts params.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.mapbox.reactnativemapboxgl;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
import com.facebook.react.bridge.ReadableMap;
|
||||
import com.facebook.react.uimanager.LayoutShadowNode;
|
||||
import com.facebook.react.uimanager.ThemedReactContext;
|
||||
@@ -9,11 +7,6 @@ import com.facebook.react.uimanager.ViewGroupManager;
|
||||
import com.facebook.react.uimanager.annotations.ReactProp;
|
||||
import com.mapbox.mapboxsdk.geometry.LatLng;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* Created by gcole on 2/17/17.
|
||||
*/
|
||||
public class RNMGLAnnotationViewManager extends ViewGroupManager<RNMGLAnnotationView> {
|
||||
private LayoutShadowNode _shadowNode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user