UNPKG

expo-sharing

Version:

Provides a way to share files directly with other compatible applications.

11 lines 291 B
type ShareOptions = { title?: string; text?: string; url?: string; }; declare const _default: { isAvailableAsync(): Promise<boolean>; shareAsync(url: string, options?: ShareOptions): Promise<void>; }; export default _default; //# sourceMappingURL=ExpoSharing.web.d.ts.map