adjust content container padding
This commit is contained in:
@@ -76,7 +76,7 @@ export function StepFeeds() {
|
||||
data={filterFeeds(query ? searchedFeeds : popularFeeds)}
|
||||
renderItem={renderItem}
|
||||
keyExtractor={keyExtractor}
|
||||
contentContainerStyle={{paddingTop: 12}}
|
||||
contentContainerStyle={{paddingTop: 6}}
|
||||
onEndReached={!query ? () => fetchNextPage() : undefined}
|
||||
onEndReachedThreshold={2}
|
||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||
|
||||
@@ -52,7 +52,7 @@ export function StepProfiles() {
|
||||
data={query ? results : topFollowers}
|
||||
renderItem={renderItem}
|
||||
keyExtractor={keyExtractor}
|
||||
contentContainerStyle={{paddingTop: 12}}
|
||||
contentContainerStyle={{paddingTop: 6}}
|
||||
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
|
||||
keyboardShouldPersistTaps="handled"
|
||||
containWeb={true}
|
||||
|
||||
Reference in New Issue
Block a user