UNPKG

install-expo-modules

Version:

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

4 lines (3 loc) 229 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare const withIosModulesPodfile: ConfigPlugin; export declare function updatePodfile(contents: string, projectName: string, sdkVersion: string | undefined): string;