From a2c89b47a135d83057b34d0b0b7a1fa7551e0ad2 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 17 May 2023 22:12:14 -0500 Subject: Add custom feed liked by screen --- src/lib/routes/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/routes/types.ts') diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 5c5185602..b714c10c0 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -13,11 +13,12 @@ export type CommonNavigatorParams = { Profile: {name: string; hideBackButton?: boolean} ProfileFollowers: {name: string} ProfileFollows: {name: string} - ProfileCustomFeed: {name: string; rkey: string} ProfileList: {name: string; rkey: string} PostThread: {name: string; rkey: string} PostLikedBy: {name: string; rkey: string} PostRepostedBy: {name: string; rkey: string} + CustomFeed: {name: string; rkey: string} + CustomFeedLikedBy: {name: string; rkey: string} Debug: undefined Log: undefined Support: undefined -- cgit 1.4.1