about summary refs log tree commit diff
path: root/src/view/shell/mobile/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-12-07 16:59:10 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-12-07 16:59:10 -0600
commitefbef238a87df9f553b10dcfada2f9bd618578aa (patch)
tree84fc5bff5f00b6e1a8a157b4401cf1d4e51b15b1 /src/view/shell/mobile/index.tsx
parentf5d1a5c38d0f72bc54eedc7dd917ffa2a7baf02a (diff)
downloadvoidsky-efbef238a87df9f553b10dcfada2f9bd618578aa.tar.zst
Cleanup
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r--src/view/shell/mobile/index.tsx3
1 files changed, 1 insertions, 2 deletions
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'