Add background color to room view

This commit is contained in:
Rodrigo Nascimento 2017-08-13 17:35:30 -03:00
parent a2ac448e48
commit abd6d01b54
1 changed files with 2 additions and 1 deletions

View File

@ -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,