NativeProps: Omit<ModifiedProps, "customMapStyle" | "onRegionChange" | "onRegionChangeComplete"> & {
    customMapStyleString?: string;
    handlePanDrag?: boolean;
    onChange?: ((e) => void);
    ref: RefObject<MapViewNativeComponentType>;
}

Type declaration