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
Copy file name to clipboardExpand all lines: packages/docs-gesture-handler/docs/fundamentals/animated-interactions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import CollapsibleCode from '@site/src/components/CollapsibleCode';
10
10
Using hook API allows for smooth integration with the [Animated API](https://reactnative.dev/docs/animated) by allowing for passing an `Animated.event` as the argument to the `onUpdate` callback. The event mapping of `Animated.event` depends on the `useNativeDriver` property.
11
11
12
12
:::danger Mixing Reanimated and Animated
13
-
It is not possible to mix `Reanimated` and `Animated`in the same `GestureDetector`.
13
+
It is not possible to mix `Reanimated` and `Animated`within any of the [gesture detectors](/docs/fundamentals/gesture-detectors).
0 commit comments