UNPKG

expo-sharing

Version:

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

7 lines (6 loc) 188 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare const withConfig: ConfigPlugin<{ bundleIdentifier: string; targetName: string; groupIdentifier: string; }>;