install-expo-modules
Version:
Tools to install expo-modules for existing react-native projects
8 lines (7 loc) • 305 B
TypeScript
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;