Skip to content

Commit f85737d

Browse files
committed
Fix readme
1 parent 0efb91a commit f85737d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 />
4848
Called 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

0 commit comments

Comments
 (0)