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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ npm i react-native-sortable-list --save
30
30
-**sortingEnabled?** (boolean) when false, rows are not sortable. The default value is true.
31
31
-**scrollEnabled?** (boolean) when false, the content does not scrollable. The default value is true.
32
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
+
-**rowActivationTime?** (number) determines time delay in ms before pressed row becomes active. Defaults to 200 ms.<br />
33
34
-**refreshControl?** (element)<br />
34
35
A RefreshControl that works the same way as a ScrollView's refreshControl.
0 commit comments