UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

7 lines (6 loc) 181 B
import { XcodeProjectType } from 'xcode'; export declare const xcodeContext: { set(proj: XcodeProjectType): void; clear(): void; get(): XcodeProjectType | undefined; };