react-native-list-row
v0.0.1
Published
This package supports iOS and android native style list rows.
Downloads
55
Maintainers
Readme
Synopsis
This component allows to design and display native style rows with required accessory view.
Screenshots
Code Example
Check /Example Directory.
Motivation
In react native, there is no straightforward way to achieve native (iOS and android) style rows as simple as passing enum.
Installation
npm install react-native-list-row
License
Props
'item'
type - any data to be returned back at 'onRowTapped'
'titleText'
type - String title to be displayed for row
'detailText'
type - String detailText to be displayed for row(at right)
'subTitles'
type - Array array of subtitles texts for row
'subTitleText'
type - String subtitle text to be displayed(below title)
'accessoryView'
type - AccessoryView available values - DisclosureIndicator or Checkmark or None type of accessory view to be displayed