UNPKG

install-expo-modules

Version:

Tools to install expo-modules for existing react-native projects

7 lines (6 loc) 342 B
import type { ConfigPlugin } from '@expo/config-plugins'; import type { XCParseXcodeProject } from './withXCParseXcodeProject'; export declare function setSwiftVersionIfNotPresent(swiftVersionToSet: string, { project }: { project: XCParseXcodeProject; }): XCParseXcodeProject; export declare const withSwiftVersion: ConfigPlugin<string>;