@armanatz/expo-hms-location
Version:
Expo config plugin to configure @hmscore/react-native-hms-location on prebuild
6 lines (5 loc) • 484 B
TypeScript
import { ExpoConfig } from 'expo/config';
export declare function _applyHMSAGConnectServicesPlugin(appBuildGradle: string): import("../utils").MergeResults;
export declare function _addHMSImplementation(appBuildGradle: string): import("../utils").MergeResults;
export declare function _applyBouncyCastleResolutionFix(appBuildGradle: string): import("../utils").MergeResults;
export default function withHMSLocationSDK(config: ExpoConfig, enableBouncyCastleFix?: boolean): ExpoConfig;