Target Branch
0.85
Link to commit or PR to be picked
facebook/react-native#56395
Description
android_ripple on Pressable (and TouchableNativeFeedback.Ripple()) only
accepted numeric (pre-processed ARGB int) colors. Passing a PlatformColor
would throw an invariant in JS, making theme-aware ripple colors impossible.
This is useful for providing more flexibility when customizing ripple color.
Target Branch
0.85
Link to commit or PR to be picked
facebook/react-native#56395
Description
android_rippleonPressable(andTouchableNativeFeedback.Ripple()) onlyaccepted numeric (pre-processed ARGB int) colors. Passing a
PlatformColorwould throw an invariant in JS, making theme-aware ripple colors impossible.
This is useful for providing more flexibility when customizing ripple color.