Rework the UI for the custom feed view

This commit is contained in:
Paul Frazee 2023-05-17 15:52:11 -05:00
parent 0f5b3808f8
commit c55ce6de02
8 changed files with 300 additions and 177 deletions

View file

@ -137,12 +137,9 @@ const ListHeaderComponent = observer(
key={item.data.uri}
accessibilityRole="button"
onPress={() => {
navigation.navigate('CustomFeed', {
navigation.navigate('ProfileCustomFeed', {
name: item.data.creator.did,
rkey: new AtUri(item.data.uri).rkey,
displayName:
item.data.displayName ??
`${item.data.creator.displayName}'s feed`,
})
}}
style={styles.pinnedItem}>