We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231a3ad commit 4e7c308Copy full SHA for 4e7c308
src/main/scala/sri/universal/components/View.scala
@@ -54,6 +54,7 @@ trait ViewProps extends js.Object {
54
val onStartShouldSetResponder: js.UndefOr[js.Function] = js.undefined
55
val onMoveShouldSetResponder: js.UndefOr[js.Function] = js.undefined
56
val onStartShouldSetResponderCapture: js.UndefOr[js.Function] = js.undefined
57
+ val onMoveShouldSetResponderCapture: js.UndefOr[js.Function] = js.undefined
58
val onResponderGrant: js.UndefOr[js.Function] = js.undefined
59
val onResponderReject: js.UndefOr[js.Function] = js.undefined
60
val onResponderMove: js.UndefOr[js.Function] = js.undefined
0 commit comments