react-native-zalo-auth
Version:
Zalo SDK for React Native
8 lines (7 loc) • 309 B
TypeScript
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;