Add avatar images and fix some type signatures

This commit is contained in:
Paul Frazee
2022-12-08 13:45:23 -06:00
parent f608712308
commit 2f0157dd33
56 changed files with 543 additions and 370 deletions
@@ -93,6 +93,7 @@ const RepostedByItem = ({item}: {item: RepostedByViewItemModel}) => {
size={40}
displayName={item.displayName}
handle={item.handle}
avatar={item.avatar}
/>
</View>
<View style={styles.layoutContent}>