@invertase/react-native-apple-authentication
Version:
A complete Apple Authentication services API for React Native iOS apps.
21 lines (18 loc) • 435 B
JavaScript
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 = {
[]: 'Continue with Apple',
[]: 'Sign in with Apple',
[]: 'Sign up with Apple',
};