UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

5 lines (4 loc) 306 B
import { ImportGetter } from '../../../types/upgrade.types'; export declare function importPackageJson(projectPath: string): ImportGetter | null; export declare function installModules(oldProjectPath: string): Promise<void>; export declare function getInstallCommand(projectPath: string): Promise<string>;