The available props for the AppleButton view component.
- AppleButtonProps
• buttonStyle? : AppleButtonStyle
Defined in lib/index.d.ts:83
See @{AppleButtonStyle}
• buttonType? : AppleButtonType
Defined in lib/index.d.ts:88
See @{AppleButtonType}
• cornerRadius? : undefined | number
Defined in lib/index.d.ts:93
Corner radius of the button.
• leftView? : React.ReactNode
Defined in lib/index.d.ts:108
Android-only. View on the left that can be used for an Apple logo.
• onPress: function
Defined in lib/index.d.ts:110
▸ (event
: GestureResponderEvent): void
Parameters:
Name | Type |
---|---|
event |
GestureResponderEvent |
• style? : StyleProp‹ViewStyle›
Defined in lib/index.d.ts:98
Styling for outside TouchableOpacity
• textStyle? : StyleProp‹TextStyle›
Defined in lib/index.d.ts:103
Android-only. Styling for button text.