UNPKG

install-expo-modules

Version:

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

6 lines (5 loc) 271 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare function shouldUpdateAgpVersionAsync(projectRoot: string, targetVersion: string): Promise<boolean>; export declare const withAndroidGradlePluginVersion: ConfigPlugin<{ androidAgpVersion: string; }>;