diff --git a/src/fabric/LuggMapViewNativeComponent.ts b/src/fabric/LuggMapViewNativeComponent.ts index 2cde059..74c1ecf 100644 --- a/src/fabric/LuggMapViewNativeComponent.ts +++ b/src/fabric/LuggMapViewNativeComponent.ts @@ -71,10 +71,10 @@ export interface NativeProps extends ViewProps { initialZoom?: Double; minZoom?: Double; maxZoom?: Double; - zoomEnabled?: boolean; - scrollEnabled?: boolean; - rotateEnabled?: boolean; - pitchEnabled?: boolean; + zoomEnabled?: WithDefault; + scrollEnabled?: WithDefault; + rotateEnabled?: WithDefault; + pitchEnabled?: WithDefault; edgeInsets?: EdgeInsets; userLocationEnabled?: boolean; userLocationButtonEnabled?: boolean;