React-native-paper: Option to remove "elevation" for Toolbar (shadow)

Created on 1 May 2018  路  2Comments  路  Source: callstack/react-native-paper


Current behaviour

I couldn't manage to remove the shadow from the toolbar (on android)

Expected behaviour

A option to remove the shadow (elevation :0)

Most helpful comment

Hi. Just pass style prop with elevation set to 0. <Toolbar style={{ elevation: 0 }} />

All 2 comments

Hi. Just pass style prop with elevation set to 0. <Toolbar style={{ elevation: 0 }} />

style={{ elevation: 0 }} this is work for me to

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ferrannp picture ferrannp  路  4Comments

tonyxiao picture tonyxiao  路  3Comments

kpervin picture kpervin  路  3Comments

sritharanpalani picture sritharanpalani  路  4Comments

zachariahtimothy picture zachariahtimothy  路  3Comments