Enumeration: AppleButtonType

November 5, 2025 ยท View on GitHub

@invertase/react-native-apple-authentication


Enumeration: AppleButtonType

Defined in: index.d.ts:27

The Apple Button type to render, this controls the button text.

Enumeration Members

CONTINUE

CONTINUE: "Continue"

Defined in: index.d.ts:41

Renders the button with 'Continue with Apple'.


DEFAULT

DEFAULT: "SignIn"

Defined in: index.d.ts:31

The default button, the same as SIGN_IN.


SIGN_IN

SIGN_IN: "SignIn"

Defined in: index.d.ts:36

Renders the button with 'Sign in with Apple'.


SIGN_UP

SIGN_UP: "SignUp"

Defined in: index.d.ts:48

Renders the button with 'Sign up with Apple'.

Note: This only works on iOS 13.2+. To check if the current device supports this, use the provided isSignUpButtonSupported flag from the AppleAuth module.