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