drag to rearrange pinned items

This commit is contained in:
Ansh Nanda 2023-05-16 18:28:44 -07:00
parent 139027ac5f
commit 53ca0cd626
7 changed files with 256 additions and 39 deletions

View file

@ -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} />