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
20
20
21
21
22
22
### API
23
- ####Props
23
+ #### Props
24
24
- ** data** (Object) data source
25
25
- ** order** (Array) an array of keys from data, the order of keys from the array will be used to initial rows order
26
26
- ** style** (Object, Array)
@@ -47,7 +47,7 @@ Called when the active row was released.
47
47
` (key) => void ` <br />
48
48
Called when a row was pressed.
49
49
50
- ####Methods
50
+ #### Methods
51
51
- ** scrollBy(dy?, animated?)** scrolls by a given y offset, either immediately or with a smooth animation
52
52
- ** scrollTo(y?, animated?)** scrolls to a given y offset, either immediately or with a smooth animation
53
53
- ** 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