diff --git a/screen/send/details.js b/screen/send/details.js index a6872d36e..a30c46c34 100644 --- a/screen/send/details.js +++ b/screen/send/details.js @@ -1388,6 +1388,7 @@ export default class SendDetails extends Component { ref={this.scrollView} horizontal pagingEnabled + removeClippedSubviews={false} onMomentumScrollBegin={Keyboard.dismiss} scrollIndicatorInsets={{ top: 0, left: 8, bottom: 0, right: 8 }} contentContainerStyle={styles.scrollViewContent}