Introduction
Getting Started
Theming
Components
Fields
Button
Properties
title
string | undefined
type
"solid" | "clear" | "outline" | undefined
solid
size
"small" | "medium" | "large" | undefined
large
icon
ReactNode
Touchable
ReactNode
Platform.select({
android: TouchableNativeFeedback,
default: TouchableOpacity,
})
onPress
(() => void) | undefined
() => console.info('Please attach a method to this component')
loading
boolean | undefined
rounded
boolean | undefined
disabled
boolean | undefined
buttonStyle
object | undefined
{}
containerStyle
object | undefined
{}
titleStyle
object | undefined
{}
loadingStyle
object | undefined
activityIndicatorColor
string | undefined
Basic usage
Title
Click me