expo-apple-authentication
Version:
A package that provides 'Sign in with Apple' capability for Expo and React Native apps.
8 lines • 361 B
JavaScript
import { requireNativeViewManager } from 'expo-modules-core';
import { Platform } from 'react-native';
let ExpoAppleAuthenticationButton;
if (Platform.OS === 'ios') {
ExpoAppleAuthenticationButton = requireNativeViewManager('ExpoAppleAuthentication');
}
export default ExpoAppleAuthenticationButton;
//# sourceMappingURL=ExpoAppleAuthenticationButton.js.map