I couldn't manage to remove the shadow from the toolbar (on android)
A option to remove the shadow (elevation :0)
Hi. Just pass style prop with elevation set to 0. <Toolbar style={{ elevation: 0 }} />
<Toolbar style={{ elevation: 0 }} />
style={{ elevation: 0 }} this is work for me to
Most helpful comment
Hi. Just pass style prop with elevation set to 0.
<Toolbar style={{ elevation: 0 }} />