From e79fcbd3ea1157f96a7aae33d7d5e134b1ccc8e4 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Sun, 13 Aug 2017 17:35:30 -0300 Subject: [PATCH] Add background color to room view --- app/views/room.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/room.js b/app/views/room.js index ffd2a44b7..3000ab020 100644 --- a/app/views/room.js +++ b/app/views/room.js @@ -15,7 +15,8 @@ import MessageBox from '../components/MessageBox'; const ds = new ListView.DataSource({ rowHasChanged: (r1, r2) => r1 !== r2 }); const styles = StyleSheet.create({ container: { - flex: 1 + flex: 1, + backgroundColor: '#fff' }, list: { flex: 1,