@armanatz/expo-hms-location
Version:
Expo config plugin to configure @hmscore/react-native-hms-location on prebuild
4 lines (3 loc) • 304 B
TypeScript
import { ExpoConfig } from 'expo/config';
export declare function _copyAGConnectServicesFile(projectRoot: string, platformProjectRoot: string, agConnectServicesFile: string): Promise<void>;
export default function withAGConnectServicesFile(config: ExpoConfig, agConnectServicesFile: string): ExpoConfig;