UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

14 lines (13 loc) 426 B
import { AppDelegateTaskType } from '../types/mod.types'; export declare function appDelegateTask(args: { configPath: string; packageName: string; content: string; task: AppDelegateTaskType; }): Promise<string>; export declare function runTask(args: { configPath: string; packageName: string; task: AppDelegateTaskType; }): Promise<void>; export declare const summary = "AppDelegate modification";