UNPKG

react-native-zalo-auth

Version:
8 lines (7 loc) 309 B
import type { ExpoConfig } from '@expo/config-types'; /** * @typedef {import("expo/config-plugins").ConfigPlugin} ConfigPlugin * @param {ConfigPlugin} config */ declare const withIOS: (config: ExpoConfig, { appId, appDelegateContent }: Record<string, string>) => ExpoConfig; export default withIOS;