Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 1.98 KB

_lib_index_d_.applebuttonprops.md

File metadata and controls

98 lines (53 loc) · 1.98 KB

Interface: AppleButtonProps

The available props for the AppleButton view component.

Hierarchy

  • AppleButtonProps

Index

Properties

Properties

Optional buttonStyle

buttonStyle? : AppleButtonStyle

Defined in lib/index.d.ts:83

See @{AppleButtonStyle}


Optional buttonType

buttonType? : AppleButtonType

Defined in lib/index.d.ts:88

See @{AppleButtonType}


Optional cornerRadius

cornerRadius? : undefined | number

Defined in lib/index.d.ts:93

Corner radius of the button.


Optional leftView

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

onPress: function

Defined in lib/index.d.ts:110

Type declaration:

▸ (event: GestureResponderEvent): void

Parameters:

Name Type
event GestureResponderEvent

Optional style

style? : StyleProp‹ViewStyle›

Defined in lib/index.d.ts:98

Styling for outside TouchableOpacity


Optional textStyle

textStyle? : StyleProp‹TextStyle›

Defined in lib/index.d.ts:103

Android-only. Styling for button text.