@@ -62,6 +62,7 @@ export const Styles = StyleSheet.create({
backIcon: {
width: 48,
height: 48,
+ zIndex: 2,
alignItems: 'center',
justifyContent: 'center'
},
@@ -349,9 +349,11 @@ const styles = StyleSheet.create({
left: 0,
right: 0,
bottom: 0,
+ zIndex: 1,
position: 'absolute',
- justifyContent: 'center'
+ justifyContent: 'center',
+ paddingTop: isIOS ? statusHeight : 0
searchView: {
...$padding(8, 16, 16),