Open
Description
Whenever I added <BlurView />
in any page, all Android ripple stopped working.
<View style={Stylesheet.absoluteFill}>
<BlurView
style={StyleSheet.absoluteFill}
blurAmount={2}
blurType="light"
/>
<Pressable>
<Text>Native Touchable</Text>
</Pressable>
</View>
When I pressed the Pressable
box, the ripple animation would not show. Here's the ADB logs:
01-06 11:18:32.535 8395 8395 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED animation is not supported for a non-hardware accelerated Canvas. Skipping animation.
01-06 11:18:32.553 8395 8395 E RippleDrawable: The RippleDrawable.STYLE_PATTERNED animation is not supported for a non-hardware accelerated Canvas. Skipping animation.
Can you help me solve this?
I'm on React Native 0.74.4, emulator is on Android API 35
Metadata
Metadata
Assignees
Labels
No labels