expo-share-multi-intent
Version:
use native share intent for ios and android with expo
6 lines • 501 B
TypeScript
import { AndroidShareIntent, ShareIntent, ShareIntentOptions } from "./ExpoShareIntentModule.types";
export declare const getScheme: (options?: ShareIntentOptions) => any;
export declare const getShareExtensionKey: (options?: ShareIntentOptions) => string;
export declare function parseJson<T>(value: string, defaultValue?: T | null): T | null;
export declare const parseShareIntent: (value: string | AndroidShareIntent, options: ShareIntentOptions) => ShareIntent;
//# sourceMappingURL=utils.d.ts.map