Thank you!
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:0it should remove button shadow on android
just elevation: 0 ?
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