UNPKG

install-expo-modules

Version:

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

11 lines (10 loc) 728 B
import type { ConfigPlugin } from '@expo/config-plugins'; import type { PBXShellScriptBuildPhase } from 'xcparse'; export declare const withCliIntegration: ConfigPlugin; export declare function updateAndroidGradleFile(contents: string): string; export declare function updateBabelConfig(contents: string): string; export declare function updateMetroConfig(contents: string): string; export declare function updateVirtualMetroEntryAndroid(contents: string): string; export declare function updateVirtualMetroEntryIos(contents: string): string; export declare function updateIosXcodeProjectBuildPhase(section: PBXShellScriptBuildPhase): PBXShellScriptBuildPhase; export declare function updateGitIgnore(contents: string): string;