From 53ca0cd626cc71fea38fb0f59f68092ab406d143 Mon Sep 17 00:00:00 2001 From: Ansh Nanda Date: Tue, 16 May 2023 18:28:44 -0700 Subject: drag to rearrange pinned items --- src/Navigation.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Navigation.tsx') 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() @@ -94,6 +95,7 @@ function commonScreens(Stack: typeof HomeTab) { + -- cgit 1.4.1