UNPKG

expo-sharing

Version:

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

4 lines (3 loc) 277 B
export type ShareIntoEntitlements = Record<string, string[]>; export declare function createEntitlements(appGroupId: string): ShareIntoEntitlements; export declare function createEntitlementsFile(targetDirectory: string, extensionTargetName: string, appGroupId: string): void;