about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-16 18:28:44 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-16 18:28:44 -0700
commit53ca0cd626cc71fea38fb0f59f68092ab406d143 (patch)
tree1976638d19e7ad542a8cf71641fc7d9d77718653 /src/Navigation.tsx
parent139027ac5f843c65aae5ad824d049aae6dae9f79 (diff)
downloadvoidsky-53ca0cd626cc71fea38fb0f59f68092ab406d143.tar.zst
drag to rearrange pinned items
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index d4c992eb6..17d80dfdc 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -54,6 +54,7 @@ import {BlockedAccounts} from 'view/screens/BlockedAccounts'
 import {getRoutingInstrumentation} from 'lib/sentry'
 import {SavedFeeds} from './view/screens/SavedFeeds'
 import {CustomFeed} from './view/screens/CustomFeed'
+import {PinnedFeeds} from 'view/screens/PinnedFeeds'
 
 const navigationRef = createNavigationContainerRef<AllNavigatorParams>()
 
@@ -94,6 +95,7 @@ function commonScreens(Stack: typeof HomeTab) {
       <Stack.Screen name="CopyrightPolicy" component={CopyrightPolicyScreen} />
       <Stack.Screen name="AppPasswords" component={AppPasswords} />
       <Stack.Screen name="SavedFeeds" component={SavedFeeds} />
+      <Stack.Screen name="PinnedFeeds" component={PinnedFeeds} />
       <Stack.Screen name="CustomFeed" component={CustomFeed} />
       <Stack.Screen name="MutedAccounts" component={MutedAccounts} />
       <Stack.Screen name="BlockedAccounts" component={BlockedAccounts} />