@armanatz/expo-hms-location
Version:
Expo config plugin to configure @hmscore/react-native-hms-location on prebuild
5 lines (4 loc) • 409 B
TypeScript
import type { ExpoConfig } from 'expo/config';
import { AndroidConfig } from 'expo/config-plugins';
export declare function _addAppIdToManifest(androidManifest: AndroidConfig.Manifest.AndroidManifest, projectRoot: string, agConnectServicesFile: string): Promise<AndroidConfig.Manifest.AndroidManifest>;
export default function withManifestAppId(config: ExpoConfig, agConnectServicesFile: string): ExpoConfig;