Optional active?: booleanIndicate if navigatioin item is active
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 navigation item is disabled
Icon to use for navigation item (size 20)
Optional ononLongPress event for navigation item
Optional ononPress event for navigation item
Optional style?: StyleProp<ViewStyle>Style to set on the item
Text to use for label of navigation item
Generated using TypeDoc
Represents a navigation button for all navigation components and flows.