How to use pull to update on FlatList with centerContent set to true (React Native)

I'm trying to make FlatList work with centered content, but there is a problem.

When I set the property centerContent

(from ScrollView) to true

, scrolling doesn't work because the content is smaller than the ScrollView.

Can you think of maintaining the tension to refresh the work when the content is centered and small?

+3


source to share





All Articles