custom feed screen

This commit is contained in:
Ansh Nanda 2023-05-15 10:42:23 -07:00
parent 61ea37ff81
commit 5010861160
7 changed files with 119 additions and 10 deletions

View file

@ -21,6 +21,7 @@ export type CommonNavigatorParams = {
CopyrightPolicy: undefined
AppPasswords: undefined
SavedFeeds: undefined
CustomFeed: {name: string; rkey: string}
MutedAccounts: undefined
BlockedAccounts: undefined
}