From 7d28758fe76da773386ba3b12ea14580f6745b48 Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Mon, 6 Mar 2023 19:10:06 -0300 Subject: [PATCH] flex for the flatlist --- app/views/RoomsListView/index.tsx | 2 +- app/views/RoomsListView/styles.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/RoomsListView/index.tsx b/app/views/RoomsListView/index.tsx index ca3f704bd..b46f836f7 100644 --- a/app/views/RoomsListView/index.tsx +++ b/app/views/RoomsListView/index.tsx @@ -1026,7 +1026,7 @@ class RoomsListView extends React.Component - + {this.renderHeader()} {this.renderScroll()} diff --git a/app/views/RoomsListView/styles.ts b/app/views/RoomsListView/styles.ts index 80b19c89a..ce2af3385 100644 --- a/app/views/RoomsListView/styles.ts +++ b/app/views/RoomsListView/styles.ts @@ -7,7 +7,8 @@ export default StyleSheet.create({ flex: 1 }, list: { - width: '100%' + width: '100%', + flex: 1 }, dropdownContainerHeader: { height: 41,