Fixed replies tab bottom desing issue

This commit is contained in:
Mustafa Buyukcelebi 2019-08-28 09:53:45 +03:00
parent 4536cdcb93
commit a6333194f3
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,7 @@
import EStyleSheet from 'react-native-extended-stylesheet';
export default EStyleSheet.create({
text: {
color: '$primaryBlack',
fontSize: 10,
list: {
marginBottom: 20,
},
});

View File

@ -9,7 +9,7 @@ import { injectIntl } from 'react-intl';
import { Comment } from '../../comment';
// Styles
// import styles from './commentStyles';
import styles from './commentStyles';
class CommentsView extends PureComponent {
/* Props
@ -60,6 +60,7 @@ class CommentsView extends PureComponent {
return (
<Fragment>
<FlatList
style={styles.list}
data={comments}
keyExtractor={this._keyExtractor}
renderItem={({ item }) => (