UNPKG

@invertase/react-native-apple-authentication

Version:

A complete Apple Authentication services API for React Native iOS apps.

21 lines (18 loc) 435 B
export const ButtonVariants = { DEFAULT: 'White', WHITE: 'White', WHITE_OUTLINE: 'WhiteOutline', BLACK: 'Black', }; export const ButtonTypes = { DEFAULT: 'SignIn', SIGN_IN: 'SignIn', CONTINUE: 'Continue', // iOS 13.2+ SIGN_UP: 'SignUp', }; export const ButtonTexts = { [ButtonTypes.CONTINUE]: 'Continue with Apple', [ButtonTypes.SIGN_IN]: 'Sign in with Apple', [ButtonTypes.SIGN_UP]: 'Sign up with Apple', };