Fix layout in onboarding to not overflow the footer

This commit is contained in:
Paul Frazee
2023-02-01 13:56:33 -06:00
parent 9889035a20
commit ed3829ee5c
+3 -1
View File
@@ -18,7 +18,9 @@ export const Follows = observer(() => {
return (
<SafeAreaView style={styles.container}>
<Text style={styles.title}>Suggested follows</Text>
<SuggestedFollows onNoSuggestions={onNoSuggestions} />
<View style={s.flex1}>
<SuggestedFollows onNoSuggestions={onNoSuggestions} />
</View>
<View style={styles.footer}>
<TouchableOpacity onPress={onPressNext}>
<Text style={[s.blue3, s.f18]}>Skip</Text>