new design for custom feed preview
This commit is contained in:
parent
6249bb16ca
commit
c4a666c221
7 changed files with 199 additions and 34 deletions
|
@ -443,7 +443,7 @@ export function HeartIcon({
|
|||
size = 24,
|
||||
strokeWidth = 1.5,
|
||||
}: {
|
||||
style?: StyleProp<ViewStyle>
|
||||
style?: StyleProp<TextStyle>
|
||||
size?: string | number
|
||||
strokeWidth: number
|
||||
}) {
|
||||
|
@ -464,7 +464,7 @@ export function HeartIconSolid({
|
|||
style,
|
||||
size = 24,
|
||||
}: {
|
||||
style?: StyleProp<ViewStyle>
|
||||
style?: StyleProp<TextStyle>
|
||||
size?: string | number
|
||||
}) {
|
||||
return (
|
||||
|
|
|
@ -21,7 +21,7 @@ export type CommonNavigatorParams = {
|
|||
CopyrightPolicy: undefined
|
||||
AppPasswords: undefined
|
||||
SavedFeeds: undefined
|
||||
CustomFeed: {name: string; rkey: string}
|
||||
CustomFeed: {name?: string; rkey: string}
|
||||
MutedAccounts: undefined
|
||||
BlockedAccounts: undefined
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue