mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
Fix header elevation of NavigationExperimental
Summary: Updated according to the documentation: http://www.google.com/design/spec/what-is-material/elevation-shadows.html#elevation-shadows-elevation-android- Closes https://github.com/facebook/react-native/pull/7289 Differential Revision: D3390296 Pulled By: ericvicenti fbshipit-source-id: 4c475a6c4b6cd1c40b4d995ed18d31d9e179a69a
This commit is contained in:
parent
e63ea3acc4
commit
3f92e09787
@ -220,7 +220,7 @@ const styles = StyleSheet.create({
|
||||
backgroundColor: Platform.OS === 'ios' ? '#EFEFF2' : '#FFF',
|
||||
borderBottomColor: 'rgba(0, 0, 0, .15)',
|
||||
borderBottomWidth: Platform.OS === 'ios' ? StyleSheet.hairlineWidth : 0,
|
||||
elevation: 2,
|
||||
elevation: 4,
|
||||
flexDirection: 'row',
|
||||
height: APPBAR_HEIGHT + STATUSBAR_HEIGHT,
|
||||
justifyContent: 'flex-start',
|
||||
|
Loading…
x
Reference in New Issue
Block a user