From b152dd7b644d9d145fbb4930be95dc319128d8b7 Mon Sep 17 00:00:00 2001 From: Pablo Velez Vidal Date: Fri, 25 Nov 2022 19:08:31 +0100 Subject: [PATCH] fix linter --- app/screens/onboarding/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/onboarding/index.tsx b/app/screens/onboarding/index.tsx index 6bbfe57e7..5971b34ab 100644 --- a/app/screens/onboarding/index.tsx +++ b/app/screens/onboarding/index.tsx @@ -4,7 +4,7 @@ import React, {useCallback, useEffect} from 'react'; import {View, ListRenderItemInfo, useWindowDimensions, SafeAreaView, ScrollView, StyleSheet, Platform, NativeSyntheticEvent, NativeScrollEvent} from 'react-native'; import {Navigation} from 'react-native-navigation'; -import Animated, {useAnimatedRef, useAnimatedScrollHandler, useAnimatedStyle, useDerivedValue, useSharedValue, withTiming} from 'react-native-reanimated'; +import Animated, {useAnimatedRef, useAnimatedStyle, useDerivedValue, useSharedValue, withTiming} from 'react-native-reanimated'; import {storeOnboardingViewedValue} from '@actions/app/global'; import {Screens} from '@app/constants';