UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

18 lines (17 loc) 580 B
export declare function patchXcodeProject(opts: { push: (array: any[], item: any, originalPush: (item: any) => number) => number; }): () => void; export declare function patchXcodeHasFile(): () => void; export declare function pbxBuildPhaseObj(file: { basename: string; group: string; uuid: string; }): any; export declare function longComment(file: { basename: string; group: string; }): string; export declare function normalizeBundleId(bundleId: string, opts: { productName: string; }): string; export declare function unquote(str: string): string;