File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 "react-native" : " 0.58.4" ,
1212 "react-native-vector-icons" : " ^6.3.0" ,
1313 "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 "
1515 },
1616 "devDependencies" : {
1717 "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) {
1111 top : 0 ,
1212 ...ifIphoneX (
1313 {
14- height : height || 70
14+ height : height || 60
1515 } ,
1616 { height : height || ( statusBarHidden ? 50 : 70 ) }
1717 )
1818 } ,
1919 android : {
2020 top : 0 ,
21- height : height || ( statusBarHidden ? 70 : 90 )
21+ height : height || ( statusBarHidden ? 60 : 70 )
2222 }
2323 } ) ,
2424 // height: height || (Platform === "ios" ? 50 : statusBarHidden ? 90 : 120),
@@ -35,13 +35,13 @@ export function innerContainer(statusBarHidden) {
3535 ios : {
3636 ...ifIphoneX (
3737 {
38- top : 24
38+ top : 12
3939 } ,
4040 { top : statusBarHidden ? 0 : 24 }
4141 )
4242 } ,
4343 android : {
44- top : statusBarHidden ? 20 : 40
44+ top : statusBarHidden ? 12 : 24
4545 }
4646 } )
4747 } ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @freakycoder/react-native-header-view" ,
3- "version" : " 0.2.6 " ,
3+ "version" : " 0.2.61 " ,
44 "description" : " Fully customizable Header View for React Native." ,
55 "keywords" : [
66 " react-native" ,
You can’t perform that action at this time.
0 commit comments