Optional componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional customCustom content (will not render text if set. However; text is used for accesibility and still required)
Optional disabled?: booleanIndicate if item is disabled
Optional dismissIndicate if keyboard should be dismissed onPress
Optional hasIndicate if right chevron arrow should be shown
Optional id?: stringID to get back on events
Optional lastIndicate if last item (different styling applied). Handled by NavigationList.
Optional leftIcon to load on the left (size 20)
Optional ononLongPress event
Optional id: stringOptional ononPress event
Optional id: stringOptional onOn selectable row change. If no onPress this will trigger via the full row.
Optional id: stringOptional reverseIndicate that subText should be rendered on top
Optional rightIcon to load on the right (size 20)
Optional rightText to load on the right side (to left of right icon if both used)
Optional selectableIndicate selectable side (default is left)
Optional selectableText to use for selectable (accessibility).
Optional selectableIndicate if selectable row should be used (can be radio or checbox)
Optional selected?: booleanIndicate if row is selected (checked or active radio)
Optional style?: StyleProp<ViewStyle>Style to set on the item
Optional subSub text to render
Text to render
Optional textBreak mode for text. Default is to wrap text
Optional unreadIndicate if unread badge should be rendered
Generated using TypeDoc
Props for NavigationListItem component