Remove Profile Preview modal (#2790)

This commit is contained in:
dan 2024-02-08 23:41:02 +00:00 committed by GitHub
parent 06f81d6948
commit d9b62955b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 211 deletions

View file

@ -144,7 +144,6 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
getComponent={() => ProfileScreen}
options={({route}) => ({
title: bskyTitle(`@${route.params.name}`, unreadCountLabel),
animation: 'none',
})}
/>
<Stack.Screen