expo-apple-authentication
Version:
A package that provides 'Sign in with Apple' capability for Expo and React Native apps.
11 lines (10 loc) • 329 B
TypeScript
import { ConfigPlugin } from 'expo/config-plugins';
/**
* Enable including `strings` files from external packages.
* Required for making the Apple Auth button support localizations.
*
* @param config
* @returns
*/
export declare const withIOSMixedLocales: ConfigPlugin;
export declare const withAppleAuthIOS: ConfigPlugin;