Interface: AppleButtonProps
November 5, 2025 ยท View on GitHub
@invertase/react-native-apple-authentication
Interface: AppleButtonProps
Defined in: index.d.ts:79
The available props for the AppleButton view component.
Properties
buttonStyle?
optionalbuttonStyle:AppleButtonStyle
Defined in: index.d.ts:83
See @{AppleButtonStyle}
buttonText?
optionalbuttonText:string
Defined in: index.d.ts:118
Android-only. Custom button text.
buttonType?
optionalbuttonType:AppleButtonType
Defined in: index.d.ts:88
See @{AppleButtonType}
cornerRadius?
optionalcornerRadius:number
Defined in: index.d.ts:93
Corner radius of the button.
leftView?
optionalleftView:ReactNode
Defined in: index.d.ts:113
Android-only. View on the left that can be used for an Apple logo.
onPress()
onPress: (
event) =>void
Defined in: index.d.ts:120
Parameters
event
GestureResponderEvent
Returns
void
style?
optionalstyle:StyleProp<ViewStyle>
Defined in: index.d.ts:98
Styling for outside TouchableOpacity
testID?
optionaltestID:string
Defined in: index.d.ts:103
Can be used in mock testing frameworks to inject / look up by id.
textStyle?
optionaltextStyle:StyleProp<TextStyle>
Defined in: index.d.ts:108
Android-only. Styling for button text.