flex for the flatlist
This commit is contained in:
parent
5c75be6ac5
commit
7d28758fe7
|
@ -1026,7 +1026,7 @@ class RoomsListView extends React.Component<IRoomsListViewProps, IRoomsListViewS
|
|||
|
||||
return (
|
||||
<SafeAreaView testID='rooms-list-view' style={{ backgroundColor: themes[theme].backgroundColor }}>
|
||||
<KeyboardView contentContainerStyle={styles.container}>
|
||||
<KeyboardView>
|
||||
<StatusBar />
|
||||
{this.renderHeader()}
|
||||
{this.renderScroll()}
|
||||
|
|
|
@ -7,7 +7,8 @@ export default StyleSheet.create({
|
|||
flex: 1
|
||||
},
|
||||
list: {
|
||||
width: '100%'
|
||||
width: '100%',
|
||||
flex: 1
|
||||
},
|
||||
dropdownContainerHeader: {
|
||||
height: 41,
|
||||
|
|
Loading…
Reference in New Issue