marker.js for React Native Documentation
    Preparing search index...

    Variable MarkerAreaConst

    MarkerArea: ForwardRefExoticComponent<
        MarkerAreaProps & RefAttributes<MarkerAreaHandle>,
    > = ...

    The main component for creating and editing markers on an image. It allows users to create, select, and edit markers on a target image.

    Typical usage looks something like this:

    <MarkerArea
    targetSrc={targetImage}
    annotation={annotation}
    ref={markerAreaRef}
    onAnnotationChange={setAnnotation}
    />