From 3801932902d1ec141e022c2f680d1ea21c40b7b2 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 6 Jun 2024 15:00:05 +0100 Subject: [PATCH] Fix prettier (#4392) --- src/state/shell/minimal-mode.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/state/shell/minimal-mode.tsx b/src/state/shell/minimal-mode.tsx index 6e608daf..69ce1306 100644 --- a/src/state/shell/minimal-mode.tsx +++ b/src/state/shell/minimal-mode.tsx @@ -1,5 +1,10 @@ import React from 'react' -import {cancelAnimation, SharedValue, useSharedValue, withSpring} from 'react-native-reanimated' +import { + cancelAnimation, + SharedValue, + useSharedValue, + withSpring, +} from 'react-native-reanimated' type StateContext = SharedValue type SetContext = (v: boolean) => void