UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

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