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'
|
color: '#aaa'
|
||||||
},
|
},
|
||||||
safeAreaView: {
|
safeAreaView: {
|
||||||
|
flex: 1,
|
||||||
backgroundColor: '#fff'
|
backgroundColor: '#fff'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -21,6 +21,7 @@ const styles = StyleSheet.create({
|
||||||
justifyContent: 'center'
|
justifyContent: 'center'
|
||||||
},
|
},
|
||||||
safeAreaView: {
|
safeAreaView: {
|
||||||
|
flex: 1,
|
||||||
backgroundColor: '#FFFFFF'
|
backgroundColor: '#FFFFFF'
|
||||||
},
|
},
|
||||||
list: {
|
list: {
|
||||||
|
|
Loading…
Reference in New Issue