UNPKG

install-expo-modules

Version:

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

8 lines (7 loc) 305 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare const withAndroidModulesSettingGradle: ConfigPlugin; export declare function updateAndroidSettingsGradle({ contents, isGroovy, sdkVersion, }: { contents: string; isGroovy: boolean; sdkVersion: string | undefined; }): string;