Add link behaviors to search screen suggestions
This commit is contained in:
parent
75f801ed71
commit
2271112317
2 changed files with 33 additions and 10 deletions
|
@ -25,7 +25,7 @@ export const Search = ({visible, params}: ScreenParams) => {
|
|||
</Text>
|
||||
</View>
|
||||
<Text style={styles.heading}>Suggested follows</Text>
|
||||
<SuggestedFollows />
|
||||
<SuggestedFollows asLinks />
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue