Optional
additionalAdditional components to load into the header (useful for like Search or tabs)
Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional
headerIndicate if header mode for title should be used (larger page header)
Optional
leftLeft navigation items to load (will not be loaded if leftLink is used). Do not use more than 2 or can get funky looking.
Optional
leftLeft link to load
Optional
rightRight navigation items to load (will not be loaded if rightLink is used). Do not use more than 2 or can get funky looking.
Optional
rightRight link to load
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Optional
subSub title to use
Title to show
Generated using TypeDoc
Props for TopNavigationBar component