You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A gesture handler that allows other touch handling components to participate in
8
+
RNGH's gesture system.
9
+
10
+
Used by [`createNativeWrapper()`](create-native-wrapper.md).
11
+
12
+
## Properties
13
+
14
+
See [set of properties inherited from base handler class](common-gh.md#properties). Below is a list of properties specific to `NativeViewGestureHandler` component:
15
+
16
+
### `shouldActivateOnStart` (**Android only**)
17
+
18
+
When `true`, underlying handler will activate unconditionally when in `BEGAN` or `UNDETERMINED` state.
19
+
20
+
### `disallowInterruption`
21
+
22
+
When `true`, cancels all other gesture handlers when this `NativeViewGestureHandler` receives an `ACTIVE` state event.
0 commit comments