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