Nativebase: [question] How to remove button shadow on Android?

Created on 5 Aug 2017  路  2Comments  路  Source: GeekyAnts/NativeBase

Thank you!

Most helpful comment

add this to the button style:
shadowOffset: { height: 0, width: 0 },
shadowOpacity: 0,
elevation:0

it should remove button shadow on android

All 2 comments

add this to the button style:
shadowOffset: { height: 0, width: 0 },
shadowOpacity: 0,
elevation:0

it should remove button shadow on android

add this to the button style:
shadowOffset: { height: 0, width: 0 },
shadowOpacity: 0,
elevation:0

it should remove button shadow on android

just elevation: 0 ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Cotel picture Cotel  路  3Comments

agersoncgps picture agersoncgps  路  3Comments

Bundas picture Bundas  路  3Comments

mcpracht picture mcpracht  路  3Comments

bsiddiqui picture bsiddiqui  路  3Comments