Fix safe area view for lists
This commit is contained in:
parent
6c4cef143d
commit
168d3f631e
|
@ -53,6 +53,7 @@ const styles = StyleSheet.create({
|
|||
color: '#aaa'
|
||||
},
|
||||
safeAreaView: {
|
||||
flex: 1,
|
||||
backgroundColor: '#fff'
|
||||
}
|
||||
});
|
||||
|
|
|
@ -21,6 +21,7 @@ const styles = StyleSheet.create({
|
|||
justifyContent: 'center'
|
||||
},
|
||||
safeAreaView: {
|
||||
flex: 1,
|
||||
backgroundColor: '#FFFFFF'
|
||||
},
|
||||
list: {
|
||||
|
|
Loading…
Reference in New Issue