Fix safe area view for lists

This commit is contained in:
Rodrigo Nascimento 2017-11-13 14:04:13 -02:00
parent 6c4cef143d
commit 168d3f631e
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ const styles = StyleSheet.create({
color: '#aaa' color: '#aaa'
}, },
safeAreaView: { safeAreaView: {
flex: 1,
backgroundColor: '#fff' backgroundColor: '#fff'
} }
}); });

View File

@ -21,6 +21,7 @@ const styles = StyleSheet.create({
justifyContent: 'center' justifyContent: 'center'
}, },
safeAreaView: { safeAreaView: {
flex: 1,
backgroundColor: '#FFFFFF' backgroundColor: '#FFFFFF'
}, },
list: { list: {