react-native-drop-shadow icon indicating copy to clipboard operation
react-native-drop-shadow copied to clipboard

DropShadow breaks Android 12 Pressable Ripple

Open OvsTim opened this issue 3 years ago • 0 comments

"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?

OvsTim avatar Nov 01 '22 07:11 OvsTim