about summary refs log tree commit diff
path: root/src/view/shell/mobile/index.tsx
diff options
context:
space:
mode:
authorAryan Goharzad <arrygoo@gmail.com>2023-01-24 12:03:18 -0500
committerGitHub <noreply@github.com>2023-01-24 11:03:18 -0600
commit3a90114f3afc66cfef70c71c2ee343c29e1f3e8d (patch)
tree6a7dea171afc9d4306e93c6adce22d47f802526f /src/view/shell/mobile/index.tsx
parent9027882fb401df2a9df6a89facb2bdb94b8b731b (diff)
downloadvoidsky-3a90114f3afc66cfef70c71c2ee343c29e1f3e8d.tar.zst
more prettier and lint cleanup (#82)
* more prettier and lint cleanup

* Fixes more lint issues

* lint

* ignore more files

* remove todos

* lint
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r--src/view/shell/mobile/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx
index b999d05d9..fb14211eb 100644
--- a/src/view/shell/mobile/index.tsx
+++ b/src/view/shell/mobile/index.tsx
@@ -125,7 +125,6 @@ export const MobileShell: React.FC = observer(() => {
   const scrollElRef = useRef<FlatList | undefined>()
   const winDim = useWindowDimensions()
   const [menuSwipingDirection, setMenuSwipingDirection] = useState(0)
-  const constZeroInterp = useAnimatedValue(0)
   const swipeGestureInterp = useAnimatedValue(0)
   const minimalShellInterp = useAnimatedValue(0)
   const tabMenuInterp = useAnimatedValue(0)