Skip to content

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

Open
@vozaldi

Description

@vozaldi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions