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
Using hook API allows for smooth integration with the [Animated API](https://reactnative.dev/docs/animated). `Animated.event`mapping depends on `useNativeDriver` property. `Animated.event`can only be used in `onUpdate` callbacks.
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
13
It is not possible to mix `Reanimated` and `Animated` in the same `GestureDetector`.
0 commit comments