Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 83ca812

Browse files
committed
updated readme
1 parent 07de1ef commit 83ca812

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,21 +150,21 @@ render () {
150150

151151
| prop | default | type | description |
152152
| ---- | ---- | ----| ---- |
153-
| onPress | none | function | onPress method for link (optional) |
154-
| title | none | string | main title for list item (required) |
155-
| icon | none | object {name, color, style} | icon configuration for left icon (optional) |
156-
| rightIcon | chevron | string | right icon (optional) ([material icon name](https://design.google.com/icons/)) |
157153
| avatar | none | string | left avatar (optional) |
158154
| avatarStyle | none | object (style) | avatar styling (optional) |
159-
| underlayColor | white | string | define underlay color for TouchableHighlight (optional) |
160-
| subtitle | none | string | subtitle text (optional) |
161-
| subtitleStyle | none | object (style) | additional subtitle styling (optional ) |
155+
| chevronColor | #bdc6cf | string | set chevron color |
162156
| containerStyle | none | object (style) | additional main container styling (optional) |
163-
| wrapperStyle | none | object (style) | additional wrapper styling (optional) |
164-
| titleStyle | none | object (style) | additional title styling (optional) |
165157
| hideChevron | false | boolean | set if you do not want a chevron (optional) |
166-
| chevronColor | #bdc6cf | string | set chevron color |
158+
| icon | none | object {name, color, style} | icon configuration for left icon (optional) |
159+
| onPress | none | function | onPress method for link (optional) |
160+
| rightIcon | chevron | string | right icon (optional) ([material icon name](https://design.google.com/icons/)) |
167161
| roundAvatar | false | boolan | make left avatar round |
162+
| subtitle | none | string | subtitle text (optional) |
163+
| subtitleStyle | none | object (style) | additional subtitle styling (optional ) |
164+
| title | none | string | main title for list item (required) |
165+
| titleStyle | none | object (style) | additional title styling (optional) |
166+
| wrapperStyle | none | object (style) | additional wrapper styling (optional) |
167+
| underlayColor | white | string | define underlay color for TouchableHighlight (optional) |
168168

169169
## Forms
170170

0 commit comments

Comments
 (0)