UNPKG

expo-apple-authentication

Version:

A package that provides 'Sign in with Apple' capability for Expo and React Native apps.

11 lines (10 loc) 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config_plugins_1 = require("expo/config-plugins"); const withAppleAuthIOS_1 = require("./withAppleAuthIOS"); const pkg = require('expo-apple-authentication/package.json'); const withAppleAuth = (config) => { config = (0, withAppleAuthIOS_1.withAppleAuthIOS)(config); return config; }; exports.default = (0, config_plugins_1.createRunOncePlugin)(withAppleAuth, pkg.name, pkg.version);