UNPKG

react-native-zalo-auth

Version:
9 lines (8 loc) 368 B
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;