diff options
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 35d8dff74..897d86e40 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -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 |