Skip to content

Commit 3ef59f0

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ npm i react-native-sortable-list --save
2828
- **sortingEnabled** (boolean) when false, rows are not sortable. The default value is true.
2929
- **scrollEnabled** (boolean) when false, the content does not scrollable. The default value is true.
3030
- **autoscrollAreaHeight** (number) determines the height of the area at the top and the bottom of the list that will trigger autoscrolling. Defaults to 60.<br />
31-
<br />
3231
- **renderRow** (function)<br />
3332
`({key, index, data, disabled, active}) => renderable`<br />
3433
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-
3634
- **onChangeOrder** (function)<br />
3735
`(nextOrder) => void`<br />
3836
Called when rows were reordered, takes an array of rows keys of the next rows order.

0 commit comments

Comments
 (0)