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
+2
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ npm i react-native-sortable-list --save
31
31
-**contentContainerStyle?** (Object, Array) these styles will be applied to the inner scroll view content container
32
32
-**innerContainerStyle?** (Object, Array) these styles will be applied to the inner scroll view content container, excluding the header and footer
33
33
-**horizontal?** (boolean) when true, the SortableList's children are arranged horizontally in a row instead of vertically in a column. The default value is false.
34
+
-**showsVerticalScrollIndicator** (boolean) when false, the vertical scroll indicator will not be visible. The default value is true.
35
+
-**showsHorizontalScrollIndicator** (boolean) when false, the horizontal scroll indicator will not be visible. The default value is true.
34
36
-**sortingEnabled?** (boolean) when false, rows are not sortable. The default value is true.
35
37
-**scrollEnabled?** (boolean) when false, the content does not scrollable. The default value is true.
36
38
-**manuallyActivateRows?** (bool) whether you intend to use the `toggleRowActive` method to activate a row or use the out of box solution.
0 commit comments