this repo has no description
0
fork

Configure Feed

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

Add missing type (#1955)

authored by

dan and committed by
GitHub
d1c14940 0dfc039a

+4
+4
src/view/screens/Profile.tsx
··· 38 38 import {useComposerControls} from '#/state/shell/composer' 39 39 import {listenSoftReset} from '#/state/events' 40 40 41 + interface SectionRef { 42 + scrollToTop: () => void 43 + } 44 + 41 45 type Props = NativeStackScreenProps<CommonNavigatorParams, 'Profile'> 42 46 export const ProfileScreen = withAuthRequired(function ProfileScreenImpl({ 43 47 route,