Fix: ensure all views can scroll to the bottom
This commit is contained in:
@@ -75,6 +75,7 @@ export const PostRepostedBy = observer(function PostRepostedBy({
|
||||
data={view.repostedBy}
|
||||
keyExtractor={item => item._reactKey}
|
||||
renderItem={renderItem}
|
||||
contentContainerStyle={{paddingBottom: 200}}
|
||||
/>
|
||||
</View>
|
||||
)
|
||||
|
||||
@@ -76,6 +76,7 @@ export const PostVotedBy = observer(function PostVotedBy({
|
||||
data={view.votes}
|
||||
keyExtractor={item => item._reactKey}
|
||||
renderItem={renderItem}
|
||||
contentContainerStyle={{paddingBottom: 200}}
|
||||
/>
|
||||
</View>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user