|
@@ -16,7 +16,13 @@ const NewscoutHomeHeader = ({ children, headerStyle}) => {
|
|
|
width: moderateScale(64)
|
|
|
},
|
|
|
header:{
|
|
|
- backgroundColor: colors().dominant
|
|
|
+ backgroundColor: colors().dominant,
|
|
|
+ elevation: 4,
|
|
|
+ shadowColor: colors().black,
|
|
|
+ shadowOffset: {width: -2, height: 4},
|
|
|
+ shadowOpacity: 0.2,
|
|
|
+ shadowRadius: 3,
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
|