phuong
phuong

Reputation: 11

I have an issue with shadow opacity on android

It not match with design. My code at here https://snack.expo.dev/@phuongit0301/card

Please suggest for me solution?

Upvotes: 1

Views: 295

Answers (1)

jted95
jted95

Reputation: 1144

There's no shadowOpacity in Android. It only works in iOS. Check here for reference.

The alternative is to use elevation property for Android

Upvotes: 1

Related Questions