-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
Current behaviour
After upgrading to RN 0.81 all ripple effect in TouchableRipple component doesn't show anymore.
Expected behaviour
rippleColour prop is not effective anymore, it should normally apply the selected colour.
How to reproduce?
<TouchableRipple rippleColor={'blue'} onPress={ () => console.log("Pressed"); } > <Image /> </TouchableRipple>
Your Environment
software | version |
---|---|
android | 15 |
react-native | 0.81 |
react-native-paper | 5.14.5 |
merigold, RohovDmytro, EliasNajem and ejikosoworyct37785