Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix prettier (#4392)

authored by

dan and committed by
GitHub
38019329 72f46ed7

+6 -1
+6 -1
src/state/shell/minimal-mode.tsx
··· 1 1 import React from 'react' 2 - import {cancelAnimation, SharedValue, useSharedValue, withSpring} from 'react-native-reanimated' 2 + import { 3 + cancelAnimation, 4 + SharedValue, 5 + useSharedValue, 6 + withSpring, 7 + } from 'react-native-reanimated' 3 8 4 9 type StateContext = SharedValue<number> 5 10 type SetContext = (v: boolean) => void