Skip to content

Commit 14b99a5

Browse files
committed
Add description about rowActivationTime prop
1 parent 6d8015d commit 14b99a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ npm i react-native-sortable-list --save
3030
- **sortingEnabled?** (boolean) when false, rows are not sortable. The default value is true.
3131
- **scrollEnabled?** (boolean) when false, the content does not scrollable. The default value is true.
3232
- **autoscrollAreaSize?** (number) determines the height for vertical list and the width for horizontal list of the area at the begining and the end of the list that will trigger autoscrolling. Defaults to 60.<br />
33+
- **rowActivationTime?** (number) determines time delay in ms before pressed row becomes active. Defaults to 200 ms.<br />
3334
- **refreshControl?** (element)<br />
3435
A RefreshControl that works the same way as a ScrollView's refreshControl.
3536
- **renderRow** (function)<br />

0 commit comments

Comments
 (0)