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 bc8a4bc commit 2b5ac66Copy full SHA for 2b5ac66
1 file changed
packages/react-native-gesture-handler/src/mocks/mocks.tsx
@@ -34,8 +34,7 @@ const LongPressGestureHandler = View;
34
const PinchGestureHandler = View;
35
const RotationGestureHandler = View;
36
const FlingGestureHandler = View;
37
-const NativeDetector = View;
38
-const InterceptingDetector = View;
+const HostGestureDetector = View;
39
40
export default {
41
TouchableHighlight,
@@ -63,8 +62,7 @@ export default {
63
62
configureRelations,
64
flushOperations,
65
install,
66
- NativeDetector,
67
- InterceptingDetector,
+ HostGestureDetector,
68
// Probably can be removed
69
Directions,
70
State,
0 commit comments