hoanglam10499 / react-native-drop-shadow

https://www.npmjs.com/package/react-native-drop-shadow
MIT License
218 stars 9 forks source link

DropShadow breaks Android 12 Pressable Ripple #14

Open OvsTim opened 1 year ago

OvsTim commented 1 year ago

"react-native-drop-shadow": "^0.0.6", "react-native": "0.68.1", I have i simple buton component with shadow and android ripple color. To simplify, i just copypaste some part of it:

image

on Android 11 everything is fine. on Android 12 when i press the button, there is no ripple effect. When i comment DropShadow, ripple appears.

So, whats wrong with it?