Add avatar images and fix some type signatures
This commit is contained in:
parent
273e6d2973
commit
539bf5d350
56 changed files with 543 additions and 370 deletions
|
@ -74,6 +74,7 @@ export const Search = ({navIdx, visible, params}: ScreenParams) => {
|
|||
<UserAvatar
|
||||
handle={item.handle}
|
||||
displayName={item.displayName}
|
||||
avatar={item.avatar}
|
||||
size={36}
|
||||
/>
|
||||
<View style={[s.ml10]}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue