UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

4 lines (3 loc) 231 B
import { XcodeProjectType } from 'xcode'; import { XcodeAddFile } from '../../types/mod.types'; export declare function applyAddFile(content: XcodeProjectType, action: XcodeAddFile, packageName: string): Promise<XcodeProjectType>;