diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/state/shell/minimal-mode.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/state/shell/minimal-mode.tsx b/src/state/shell/minimal-mode.tsx index 6e608daf4..69ce13062 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<number> type SetContext = (v: boolean) => void |