Fix regression for shadow in header on Android

This commit is contained in:
Brent Vatne 2018-07-05 14:53:41 -07:00
parent 525528e38f
commit fe95bdeee6

View File

@ -503,7 +503,9 @@ class Header extends React.PureComponent {
<Animated.View
style={[
this.props.layoutInterpolator(this.props),
{ backgroundColor: DEFAULT_BACKGROUND_COLOR },
Platform.OS === 'ios'
? { backgroundColor: DEFAULT_BACKGROUND_COLOR }
: null,
]}
>
<SafeAreaView forceInset={forceInset} style={containerStyles}>