From df7c503c2669f69fcd2f0a46bdce74b1a62f89cd Mon Sep 17 00:00:00 2001 From: Grzegorz Karolczyk Date: Mon, 6 Jul 2026 13:39:27 +0200 Subject: [PATCH] fix Easing import in LongPress example --- .../static/examples/LongPressGestureBasic.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/docs-gesture-handler/static/examples/LongPressGestureBasic.js b/packages/docs-gesture-handler/static/examples/LongPressGestureBasic.js index e113e7523c..5198a4f58c 100644 --- a/packages/docs-gesture-handler/static/examples/LongPressGestureBasic.js +++ b/packages/docs-gesture-handler/static/examples/LongPressGestureBasic.js @@ -4,8 +4,9 @@ import { GestureHandlerRootView, useLongPressGesture, } from 'react-native-gesture-handler'; -import { Easing, StyleSheet } from 'react-native'; +import { StyleSheet } from 'react-native'; import Animated, { + Easing, interpolateColor, useAnimatedStyle, useSharedValue,