From efbef238a87df9f553b10dcfada2f9bd618578aa Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 7 Dec 2022 16:59:10 -0600 Subject: Cleanup --- src/view/shell/mobile/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/view/shell/mobile/index.tsx') diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index ee6c9985b..894d4db58 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -16,13 +16,12 @@ import { import {ScreenContainer, Screen} from 'react-native-screens' import LinearGradient from 'react-native-linear-gradient' import {useSafeAreaInsets} from 'react-native-safe-area-context' -import Animated, { +import { Easing, useSharedValue, useAnimatedStyle, withTiming, runOnJS, - interpolate, } from 'react-native-reanimated' import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' import {IconProp} from '@fortawesome/fontawesome-svg-core' -- cgit 1.4.1