Add custom feed liked by screen

This commit is contained in:
Paul Frazee 2023-05-17 22:12:14 -05:00
parent 998879d6d6
commit a2c89b47a1
6 changed files with 51 additions and 73 deletions

View file

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