Enumeration: AppleButtonStyle
November 5, 2025 ยท View on GitHub
@invertase/react-native-apple-authentication
Enumeration: AppleButtonStyle
Defined in: index.d.ts:54
The Button style (mainly color) to render.
Enumeration Members
BLACK
BLACK:
"Black"
Defined in: index.d.ts:73
Render a black button with white text.
DEFAULT
DEFAULT:
"White"
Defined in: index.d.ts:58
The default style, White.
WHITE
WHITE:
"White"
Defined in: index.d.ts:63
Render a white button with black text.
WHITE_OUTLINE
WHITE_OUTLINE:
"WhiteOutline"
Defined in: index.d.ts:68
Render a white button with black text and a bordered outline.