UNPKG

install-expo-modules

Version:

Tools to install expo-modules for existing react-native projects

15 lines (14 loc) 522 B
export declare function installBabelPresetExpoNonInteractiveAsync(projectRoot: string): Promise<void>; /** * Install the `expo` package * * @param projectRoot target project root folder * @param sdkVersion expo sdk version */ export declare function installExpoPackageAsync(projectRoot: string, sdkVersion: string): Promise<void>; /** * Running `pod install` for the target project * * @param projectRoot target project root folder */ export declare function installPodsAsync(projectRoot: string): Promise<void>;