Remove unnecessary styles from header

This commit is contained in:
Brent Vatne 2018-10-16 20:01:30 -07:00
parent 5336c2c91a
commit 4c94d0104e
1 changed files with 0 additions and 6 deletions

View File

@ -643,12 +643,6 @@ if (Platform.OS === 'ios') {
};
} else {
platformContainerStyles = {
shadowColor: 'black',
shadowOpacity: 0.1,
shadowRadius: StyleSheet.hairlineWidth,
shadowOffset: {
height: StyleSheet.hairlineWidth,
},
elevation: 4,
};
}