Remove unnecessary styles from header
This commit is contained in:
parent
5336c2c91a
commit
4c94d0104e
|
@ -643,12 +643,6 @@ if (Platform.OS === 'ios') {
|
|||
};
|
||||
} else {
|
||||
platformContainerStyles = {
|
||||
shadowColor: 'black',
|
||||
shadowOpacity: 0.1,
|
||||
shadowRadius: StyleSheet.hairlineWidth,
|
||||
shadowOffset: {
|
||||
height: StyleSheet.hairlineWidth,
|
||||
},
|
||||
elevation: 4,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue