feat(Rate): add touchable prop (#4361)

This commit is contained in:
neverland
2019-09-04 17:28:43 +08:00
committed by GitHub
parent a3b6744b24
commit 0bd3997373
5 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ export default {
| duration | Animation duration (ms) | *number* | `500` | - |
| loop | Whether to enable loop | *boolean* | `true` | - |
| vertical | Vertical Scrolling | *boolean* | `false` | - |
| touchable | Whether touchable | *boolean* | `true` | - |
| touchable | Whether to allow swipe by touch gesture | *boolean* | `true` | - |
| show-indicators | Whether to show indicators | *boolean* | `true` | - |
| indicator-color | Indicator color | *string* | `#1989fa` | - |
| initial-swipe | Index of initial swipe, start from 0 | *number* | `0` | - |