more padding tweaks
This commit is contained in:
@@ -74,7 +74,7 @@ export function StepFeeds() {
|
||||
data={filterFeeds(query ? searchedFeeds : popularFeeds)}
|
||||
renderItem={renderItem}
|
||||
keyExtractor={keyExtractor}
|
||||
contentContainerStyle={{paddingTop: 8}}
|
||||
contentContainerStyle={{paddingTop: 12}}
|
||||
onEndReached={!query ? () => fetchNextPage() : undefined}
|
||||
onEndReachedThreshold={2}
|
||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||
|
||||
@@ -59,7 +59,7 @@ export function StepProfiles() {
|
||||
data={query ? results : follows}
|
||||
renderItem={renderItem}
|
||||
keyExtractor={keyExtractor}
|
||||
contentContainerStyle={{paddingTop: 8}}
|
||||
contentContainerStyle={{paddingTop: 12}}
|
||||
onEndReached={!query ? () => fetchNextPage() : undefined}
|
||||
onEndReachedThreshold={2}
|
||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||
|
||||
Reference in New Issue
Block a user