Implement user search
This commit is contained in:
parent
99b50e2fd5
commit
903cce20e7
2 changed files with 88 additions and 31 deletions
|
@ -120,12 +120,7 @@ export const SuggestedFollows = observer(
|
|||
onPressTryAgain={onPressTryAgain}
|
||||
/>
|
||||
) : view.isEmpty ? (
|
||||
<View style={styles.emptyContainer}>
|
||||
<Text style={[s.gray5, s.textCenter]}>
|
||||
You already follow everybody we were going to suggest. Check back
|
||||
in the future!
|
||||
</Text>
|
||||
</View>
|
||||
<View />
|
||||
) : (
|
||||
<View style={styles.suggestionsContainer}>
|
||||
<FlatList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue