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,