File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
"react-native" : " 0.58.4" ,
12
12
"react-native-vector-icons" : " ^6.3.0" ,
13
13
"react-native-dynamic-vector-icons" : " 0.0.3" ,
14
- "@freakycoder/react-native-header-view" : " 0.2.4 "
14
+ "@freakycoder/react-native-header-view" : " 0.2.61 "
15
15
},
16
16
"devDependencies" : {
17
17
"babel-core" : " ^7.0.0-bridge.0" ,
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ export function container(props) {
11
11
top : 0 ,
12
12
...ifIphoneX (
13
13
{
14
- height : height || 70
14
+ height : height || 60
15
15
} ,
16
16
{ height : height || ( statusBarHidden ? 50 : 70 ) }
17
17
)
18
18
} ,
19
19
android : {
20
20
top : 0 ,
21
- height : height || ( statusBarHidden ? 70 : 90 )
21
+ height : height || ( statusBarHidden ? 60 : 70 )
22
22
}
23
23
} ) ,
24
24
// height: height || (Platform === "ios" ? 50 : statusBarHidden ? 90 : 120),
@@ -35,13 +35,13 @@ export function innerContainer(statusBarHidden) {
35
35
ios : {
36
36
...ifIphoneX (
37
37
{
38
- top : 24
38
+ top : 12
39
39
} ,
40
40
{ top : statusBarHidden ? 0 : 24 }
41
41
)
42
42
} ,
43
43
android : {
44
- top : statusBarHidden ? 20 : 40
44
+ top : statusBarHidden ? 12 : 24
45
45
}
46
46
} )
47
47
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @freakycoder/react-native-header-view" ,
3
- "version" : " 0.2.6 " ,
3
+ "version" : " 0.2.61 " ,
4
4
"description" : " Fully customizable Header View for React Native." ,
5
5
"keywords" : [
6
6
" react-native" ,
You can’t perform that action at this time.
0 commit comments