Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADB LogCat: The RippleDrawable.STYLE_PATTERNED animation is not supported for a non-hardware accelerated Canvas #639

Open
vozaldi opened this issue Jan 6, 2025 · 0 comments

Comments

@vozaldi
Copy link

vozaldi commented Jan 6, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant