UNPKG

expo-sharing

Version:

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

3 lines (2 loc) 263 B
import { XcodeProject } from '@expo/config-plugins'; export declare function addXCConfigurationList(xcodeProject: XcodeProject, targetName: string, bundleIdentifier: string, deploymentTarget: string, currentProjectVersion: string, marketingVersion: string): any;