UNPKG

expo-sharing

Version:

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

5 lines (4 loc) 302 B
import { XcodeProject } from '@expo/config-plugins'; type conflictingExtensionResult = 'doesnt-exist' | 'exists' | 'exists-conflicting'; export declare function conflictingExtensionExists(xcodeProject: XcodeProject, targetName: string, bundleIdentifier: string): conflictingExtensionResult; export {};