You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Whenever I added
<BlurView />
in any page, all Android ripple stopped working.When I pressed the
Pressable
box, the ripple animation would not show. Here's the ADB logs:Can you help me solve this?
I'm on React Native 0.74.4, emulator is on Android API 35
The text was updated successfully, but these errors were encountered: