Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ListItemProps

Index

Properties

Optional accessible

accessible: undefined | false | true

Disbale accessbilityLabel on this item to allow sub items use to them

Optional accessoryRight

accessoryRight: string | number | undefined

Text to be displayed on the right as a smaller accessory

Optional disabled

disabled: undefined | false | true

Disable tap events on list item

Optional dividerBottom

dividerBottom: undefined | false | true

Show bottom divider line

Optional editMode

editMode: undefined | false | true

Show the text input

Optional externalLink

externalLink: undefined | string

Provide an external link to navigate to

Optional hideForwardArrow

hideForwardArrow: undefined | false | true

Prevent the default forward arrow from showing when onPress is defined

Optional iconLeft

iconLeft: React.ReactNode

Provides a custom icon component

Optional last

last: undefined | false | true

This is the last item in a list

Optional onPress

onPress: undefined | function

Provide the onPress function

Optional selected

selected: undefined | false | true

Iten is selected flag

Optional subTitle

subTitle: undefined | string

A subTitle for the list item

Optional testID

testID: undefined | string

Provide a testID for e2e tests

theme

theme: any

Value passed in by theme HOC

Optional updateItem

updateItem: undefined | function

Function that gets called when text is changed

Optional warn

warn: undefined | false | true

Show the accessoryRight text in the theme warn color

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc