diff options
Diffstat (limited to 'src/view/com/profile')
-rw-r--r-- | src/view/com/profile/ProfileFollowers.tsx | 1 | ||||
-rw-r--r-- | src/view/com/profile/ProfileFollows.tsx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/profile/ProfileFollowers.tsx b/src/view/com/profile/ProfileFollowers.tsx index 469a91f8d..56a4646ec 100644 --- a/src/view/com/profile/ProfileFollowers.tsx +++ b/src/view/com/profile/ProfileFollowers.tsx @@ -73,6 +73,7 @@ export const ProfileFollowers = observer(function ProfileFollowers({ data={view.followers} keyExtractor={item => item._reactKey} renderItem={renderItem} + contentContainerStyle={{paddingBottom: 200}} /> </View> ) diff --git a/src/view/com/profile/ProfileFollows.tsx b/src/view/com/profile/ProfileFollows.tsx index 9b413ab76..4fbabff69 100644 --- a/src/view/com/profile/ProfileFollows.tsx +++ b/src/view/com/profile/ProfileFollows.tsx @@ -73,6 +73,7 @@ export const ProfileFollows = observer(function ProfileFollows({ data={view.follows} keyExtractor={item => item._reactKey} renderItem={renderItem} + contentContainerStyle={{paddingBottom: 200}} /> </View> ) |