Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional
disabled?: booleanIndicate if primary action is disabled
Icon to load for the primary action (size 24)
Optional
leftToolbar items to load for left side. Not used for positon left. (alignment property is not respected in this view)
Optional
ononLongPress event for primary button item
Optional
ononPress event for primary button item
Optional
position?: "center" | "right" | "left"Position of primary action (default is center)
Optional
rightToolbar items to load for right side. Not used for positon right. (alignment property is not respected in this view)
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Text to use to describe the primary action (for accessibility)
Generated using TypeDoc
Props for BottomToolbarPrimaryAction component