react-native-integrate
Version:
Automate integration of additional code into React Native projects
14 lines (13 loc) • 406 B
TypeScript
import { PodFileTaskType } from '../types/mod.types';
export declare function podFileTask(args: {
configPath: string;
packageName: string;
content: string;
task: PodFileTaskType;
}): Promise<string>;
export declare function runTask(args: {
configPath: string;
packageName: string;
task: PodFileTaskType;
}): Promise<void>;
export declare const summary = "Podfile modification";