Implement user search

This commit is contained in:
Paul Frazee 2022-11-22 16:14:58 -06:00
parent 99b50e2fd5
commit 903cce20e7
2 changed files with 88 additions and 31 deletions

View file

@ -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