about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-02-08 23:41:02 +0000
committerGitHub <noreply@github.com>2024-02-08 23:41:02 +0000
commitd9b62955b5424046b19fe4b8761f820774656f3f (patch)
tree27c4c739462760ef97c61b0a5f75dae829b1c4f9 /src/Navigation.tsx
parent06f81d69486f2e6e8ffd65da5a4bfdcd7d8a2655 (diff)
downloadvoidsky-d9b62955b5424046b19fe4b8761f820774656f3f.tar.zst
Remove Profile Preview modal (#2790)
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx1
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