react-native-zalo-auth
Version:
Zalo SDK for React Native
9 lines (8 loc) • 368 B
TypeScript
import type { ExpoConfig } from '@expo/config-types';
/**
* @typedef {import("expo/config-plugins").ConfigPlugin} ConfigPlugin
* @param {ConfigPlugin} config
* @param {String} appId
*/
declare const withAndroid: (config: ExpoConfig, { appId, mainActivityContent, mainApplicationContent }: Record<string, string>) => ExpoConfig;
export default withAndroid;