Name | Required | Nullable | Type |
---|---|---|---|
children | React.Node | ||
activeColor | string | ||
constrainSize | boolean | ||
defaultColor | string | ||
disabled | boolean | ||
disabledColor | string | ||
disabledStyle | {} | ||
hoverColor | string | ||
onPress | () ⇒ void | Promise<void> | ||
onPressIn | () ⇒ void | Promise<void> | ||
onPressOut | () ⇒ void | Promise<void> | ||
size | "small" | "medium" | "large" | ||
style | { [key: string]: any } | ||
textColor | string | ||
textStyle | {} |