diff --git a/app/components/post_body/post_body.js b/app/components/post_body/post_body.js index 618a313dd..b891ee324 100644 --- a/app/components/post_body/post_body.js +++ b/app/components/post_body/post_body.js @@ -5,6 +5,7 @@ import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import { Keyboard, + ScrollView, View, } from 'react-native'; import {intlShape} from 'react-intl'; @@ -408,11 +409,15 @@ export default class PostBody extends PureComponent { if (!hasBeenDeleted) { body = ( - {messageComponent} - + {isLongPost &&