File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const container = (backgroundColor, insets) => {
23
23
backgroundColor,
24
24
borderBottomEndRadius : 24 ,
25
25
borderBottomStartRadius : 24 ,
26
- height : isAndroid ? insets . top + 75 : isIPhoneXFamily ( ) ? 120 : 85
26
+ height : isAndroid ? insets . top + 75 : isIPhoneXFamily ( ) ? 115 : 85
27
27
} ;
28
28
} ;
29
29
@@ -33,7 +33,7 @@ export const searchboxContainer = insets => ({
33
33
justifyContent : "space-around" ,
34
34
...Platform . select ( {
35
35
ios : {
36
- marginTop : isIPhoneXFamily ( ) ? getStatusBarHeight ( ) + 25 : 38
36
+ marginTop : isIPhoneXFamily ( ) ? getStatusBarHeight ( ) + 23 : 38
37
37
} ,
38
38
android : {
39
39
marginTop : insets . top + 25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-header-search-bar" ,
3
- "version" : " 0.1.9 " ,
3
+ "version" : " 0.1.10 " ,
4
4
"description" : " Fully customizable header search bar for React Native" ,
5
5
"keywords" : [
6
6
" header" ,
You can’t perform that action at this time.
0 commit comments