Add link behaviors to search screen suggestions

This commit is contained in:
Paul Frazee 2022-11-14 13:52:23 -06:00
parent 75f801ed71
commit 2271112317
2 changed files with 33 additions and 10 deletions

View file

@ -25,7 +25,7 @@ export const Search = ({visible, params}: ScreenParams) => {
</Text>
</View>
<Text style={styles.heading}>Suggested follows</Text>
<SuggestedFollows />
<SuggestedFollows asLinks />
</View>
)
}