UNPKG

expo-sharing

Version:

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

5 lines (4 loc) 166 B
import { XcodeProject } from '@expo/config-plugins'; export declare function addToPbxProjectSection(xcodeProject: XcodeProject, target: { uuid: string; }): void;