diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx index 30c30d43..88b11b11 100644 --- a/src/view/screens/Profile.tsx +++ b/src/view/screens/Profile.tsx @@ -38,6 +38,10 @@ import {useQueryClient} from '@tanstack/react-query' import {useComposerControls} from '#/state/shell/composer' import {listenSoftReset} from '#/state/events' +interface SectionRef { + scrollToTop: () => void +} + type Props = NativeStackScreenProps export const ProfileScreen = withAuthRequired(function ProfileScreenImpl({ route,