File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ npm i react-native-sortable-list --save
2020
2121
2222### API
23- ####Props
23+ #### Props
2424- ** data** (Object) data source
2525- ** order** (Array) an array of keys from data, the order of keys from the array will be used to initial rows order
2626- ** style** (Object, Array)
@@ -47,7 +47,7 @@ Called when the active row was released.
4747` (key) => void ` <br />
4848Called when a row was pressed.
4949
50- ####Methods
50+ #### Methods
5151- ** scrollBy(dy?, animated?)** scrolls by a given y offset, either immediately or with a smooth animation
5252- ** scrollTo(y?, animated?)** scrolls to a given y offset, either immediately or with a smooth animation
5353- ** scrollToRowKey(key, animated?)** scrolls to a given row key, either immediately or with a smooth animation
You can’t perform that action at this time.
0 commit comments