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
@@ -29,6 +29,7 @@ npm i react-native-sortable-list --save
29
29
-**order?** (Array) an array of keys from data, the order of keys from the array will be used to initial rows order
30
30
-**style?** (Object, Array)
31
31
-**contentContainerStyle?** (Object, Array) these styles will be applied to the inner scroll view content container
32
+
-**innerContainerStyle?** (Object, Array) these styles will be applied to the inner scroll view content container, excluding the header and footer
32
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.
33
34
-**sortingEnabled?** (boolean) when false, rows are not sortable. The default value is true.
34
35
-**scrollEnabled?** (boolean) when false, the content does not scrollable. The default value is true.
0 commit comments