install-expo-modules
Version: 
Tools to install expo-modules for existing react-native projects
7 lines (6 loc) • 337 B
TypeScript
import { type ConfigPlugin } from '@expo/config-plugins';
import { XCParseXcodeProject } from './withXCParseXcodeProject';
export declare function setSwiftVersionIfNotPresent(swiftVersionToSet: string, { project }: {
    project: XCParseXcodeProject;
}): XCParseXcodeProject;
export declare const withSwiftVersion: ConfigPlugin<string>;