UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

16 lines (15 loc) 666 B
import { PlistTaskType } from '../types/mod.types'; export declare function plistTask(args: { configPath: string; packageName: string; content: Record<string, any>; task: PlistTaskType; }): Record<string, any>; export declare function readPListContent(target: string | undefined, filename?: string, skipCheck?: boolean): Record<string, any>; export declare function writePListContent(content: Record<string, any>, target: string | undefined, filename?: string): void; export declare function runTask(args: { configPath: string; packageName: string; task: PlistTaskType; }): void; export declare const summary = "Info.plist modification";