You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,6 +30,8 @@ npm i react-native-sortable-list --save
29
30
-**sortingEnabled** (boolean) when false, rows are not sortable. The default value is true.
30
31
-**scrollEnabled** (boolean) when false, the content does not scrollable. The default value is true.
31
32
-**autoscrollAreaSize** (number) determines the height for vertical list and the width for horizontal list of the area at the begining and the end of the list that will trigger autoscrolling. Defaults to 60.<br />
33
+
-**refreshControl** (element)<br />
34
+
A RefreshControl that works the same way as a ScrollView's refreshControl.
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 />
@@ -44,8 +47,6 @@ Called when the active row was released.
44
47
-**onPressRow** (function)<br />
45
48
`(key) => void`<br />
46
49
Called when a row was pressed.
47
-
-**refreshControl** (element)<br />
48
-
A RefreshControl that works the same way as a ScrollView's refreshControl.
49
50
50
51
#### Methods
51
52
-**scrollBy(dy?, animated?)** scrolls by a given y offset, either immediately or with a smooth animation
0 commit comments