mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +03:00
Update src/components/posts/view/postsView.js
Co-Authored-By: Mustafa Buyukcelebi <mustafa.buyukcel@gmail.com>
This commit is contained in:
parent
7f9bd2359a
commit
0353b18f8c
@ -367,7 +367,7 @@ const PostsView = ({
|
||||
)
|
||||
}
|
||||
keyExtractor={(content, i) => `${get(content, 'permlink', '')}${i.toString()}`}
|
||||
onEndReached={() => _loadPosts()}
|
||||
onEndReached={_loadPosts}
|
||||
removeClippedSubviews
|
||||
refreshing={refreshing}
|
||||
onRefresh={_handleOnRefreshPosts}
|
||||
|
Loading…
Reference in New Issue
Block a user