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

Commit e53059c

Browse files
committed
updated readme
1 parent 59a7f7d commit e53059c

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import SocialIcon from 'HSSocialIcon'
9292

9393
![Lists](http://i.imgur.com/D8Y4mp3l.png)
9494

95-
#### Using Map Function
95+
#### Using Map Function. Implemented with icons.
9696

9797
```
9898
import List from 'HSList'
@@ -112,7 +112,7 @@ import ListItem from 'HSListItem'
112112
</List>
113113
```
114114

115-
#### With RN ListView implementation
115+
#### Using RN ListView. Implemented with avatars.
116116

117117
```
118118
renderRow (rowData, sectionID) {
@@ -137,21 +137,6 @@ render () {
137137
)
138138
}
139139
140-
<List>
141-
{
142-
list.map((l, i) => (
143-
<ListItem
144-
roundAvatar
145-
avatar={l.avatar_url}
146-
key={i}
147-
onPress={log}
148-
title={l.name}
149-
subtitle={l.subtitle}
150-
/>
151-
))
152-
}
153-
</List>
154-
155140
```
156141

157142
## Forms

0 commit comments

Comments
 (0)