Skip to content

Commit 50fbfe2

Browse files
authored
Update README.md
1 parent f85737d commit 50fbfe2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ npm i react-native-sortable-list --save
3131
<br />
3232
- **renderRow** (function)<br />
3333
`({key, index, data, disabled, active}) => renderable`<br />
34-
Takes a row key, row index, data entry from the data source and its statuses disabled, active and should return a renderable component to be rendered as the row.
35-
<br />
36-
<br />
34+
Takes a row key, row index, data entry from the data source and its statuses disabled, active and should return a renderable component to be rendered as the row.<br />
35+
3736
- **onChangeOrder** (function)<br />
3837
`(nextOrder) => void`<br />
3938
Called when rows were reordered, takes an array of rows keys of the next rows order.

0 commit comments

Comments
 (0)