mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 20:01:56 +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()}`}
|
keyExtractor={(content, i) => `${get(content, 'permlink', '')}${i.toString()}`}
|
||||||
onEndReached={() => _loadPosts()}
|
onEndReached={_loadPosts}
|
||||||
removeClippedSubviews
|
removeClippedSubviews
|
||||||
refreshing={refreshing}
|
refreshing={refreshing}
|
||||||
onRefresh={_handleOnRefreshPosts}
|
onRefresh={_handleOnRefreshPosts}
|
||||||
|
Loading…
Reference in New Issue
Block a user