fixed styles

This commit is contained in:
ue 2018-11-15 15:32:46 +01:00
parent 6093d19a54
commit 46c9024e4e
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export default EStyleSheet.create({
flexDirection: 'row',
},
scroll: {
height: '$deviceHeight - 69',
height: '$deviceHeight / 1.135',
},
footer: {
flexDirection: 'column',

View File

@ -114,7 +114,7 @@ class PostDisplayView extends Component {
isGetComment && !isLoadedComments && this.setState({ isLoadedComments: true });
return (
<View style={styles.container}>
<View>
<ScrollView style={styles.scroll} onScroll={event => this._handleOnScroll(event)}>
<View style={styles.header}>
{!post ? (