Skip to content

Commit 4f8e6dc

Browse files
committed
Mention all detectors
1 parent 7157558 commit 4f8e6dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-gesture-handler/docs/fundamentals/animated-interactions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import CollapsibleCode from '@site/src/components/CollapsibleCode';
1010
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.
1111

1212
:::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).
1414
:::
1515

1616
<CollapsibleCode

0 commit comments

Comments
 (0)