BreadcrumbChild
View source on GitHub
A component meant to be nested in a Breadcrumbs, used to designate different sections of the navigational element.
Props
Name
Required
Nullable
Type
children
React.Node
active
boolean
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
{}
Examples
No examples