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,