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

Commit 59a7f7d

Browse files
committed
updated readme
1 parent 1a52e2b commit 59a7f7d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

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

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

95+
#### Using Map Function
96+
9597
```
9698
import List from 'HSList'
9799
import ListItem from 'HSListItem'
@@ -108,10 +110,11 @@ import ListItem from 'HSListItem'
108110
))
109111
}
110112
</List>
113+
```
111114

115+
#### With RN ListView implementation
112116

113-
// With RN ListView implementation
114-
117+
```
115118
renderRow (rowData, sectionID) {
116119
return (
117120
<ListItem

0 commit comments

Comments
 (0)