interface ShareOptions {
    animated?: boolean;
    dontGrantReadUri?: boolean;
    options?: boolean;
    path: string;
    rect?: { height: any; width: any; x: any; y: any };
    title?: string;
    type?: string;
}

Properties

animated?: boolean
dontGrantReadUri?: boolean
options?: boolean
path: string
rect?: { height: any; width: any; x: any; y: any }
title?: string
type?: string