From 168d3f631e506accdfa9167e8ffabd5930d755b4 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 13 Nov 2017 14:04:13 -0200 Subject: [PATCH] Fix safe area view for lists --- app/views/RoomsListView.js | 1 + app/views/SelectUsersView.js | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/RoomsListView.js b/app/views/RoomsListView.js index 20126498..c9429221 100644 --- a/app/views/RoomsListView.js +++ b/app/views/RoomsListView.js @@ -53,6 +53,7 @@ const styles = StyleSheet.create({ color: '#aaa' }, safeAreaView: { + flex: 1, backgroundColor: '#fff' } }); diff --git a/app/views/SelectUsersView.js b/app/views/SelectUsersView.js index 9514b216..aea8b190 100644 --- a/app/views/SelectUsersView.js +++ b/app/views/SelectUsersView.js @@ -21,6 +21,7 @@ const styles = StyleSheet.create({ justifyContent: 'center' }, safeAreaView: { + flex: 1, backgroundColor: '#FFFFFF' }, list: {