Add custom feed liked by screen
This commit is contained in:
parent
998879d6d6
commit
a2c89b47a1
6 changed files with 51 additions and 73 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue