Fix drawer shadow (#391)

This commit is contained in:
enahum 2017-03-24 12:03:53 -03:00 committed by GitHub
parent 3fdb19290b
commit 35ff7a0da7

View file

@ -294,7 +294,7 @@ class Router extends Component {
tweenHandler={this.handleDrawerTween}
elevation={-5}
styles={{
main: {shadowColor: '#000000', shadowOpacity: 0.8, shadowRadius: 5}
main: {shadowColor: '#000000', shadowOpacity: 0.4, shadowRadius: 12, shadowOffset: {width: -4, height: 0}}
}}
>
<Drawer