diff --git a/src/components/postView/view/postDisplayView.js b/src/components/postView/view/postDisplayView.js index 768c0ce0c..97f86fb02 100644 --- a/src/components/postView/view/postDisplayView.js +++ b/src/components/postView/view/postDisplayView.js @@ -183,7 +183,11 @@ class PostDisplayView extends PureComponent { return ( - this._handleOnScroll(event)}> + this._handleOnScroll(event)} + scrollEventThrottle={16} + > {parentPost && } diff --git a/src/components/profile/profileView.js b/src/components/profile/profileView.js index b61780202..4451bc2e0 100644 --- a/src/components/profile/profileView.js +++ b/src/components/profile/profileView.js @@ -200,6 +200,7 @@ class ProfileView extends PureComponent { } contentContainerStyle={styles.scrollContentContainer} + scrollEventThrottle={16} > {!walletData ? (