[Android] Fatal Exception: java.lang.IllegalArgumentException
See original GitHub issueI am using @react-native-community/blur": "^4.2.0"
Getting below crash issue in Firebase Crashlytics.

Fatal Exception: java.lang.IllegalArgumentException: Software rendering doesn't support drawRenderNode
at android.graphics.Canvas.drawRenderNode(Canvas.java:2317)
at eightbitlab.com.blurview.RenderEffectBlur.render(RenderEffectBlur.java:2)
at eightbitlab.com.blurview.PreDrawBlurController.draw(PreDrawBlurController.java:56)
at eightbitlab.com.blurview.BlurView.draw(BlurView.java:2)
at android.view.View.draw(View.java:23770)
at android.view.ViewGroup.drawChild(ViewGroup.java:5355)
at com.facebook.react.views.view.ReactViewGroup.drawChild(ReactViewGroup.java:23)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5112)
at com.facebook.react.views.view.ReactViewGroup.dispatchDraw(ReactViewGroup.java:3)
Issue Analytics
- State:
- Created a year ago
- Reactions:23
- Comments:56 (6 by maintainers)
Top Results From Across the Web
Fatal Exception: java.lang.IllegalArgumentException occurs ...
The Android OS will destroy an activity as soon as it is hidden. When onPostExecute is called the Activity will be in "finishing"...
Read more >IllegalArgumentException - Android Developers
java.lang.Object. ↳, java.lang.Throwable. ↳, java.lang.Exception. ↳, java.lang.RuntimeException. ↳, java.lang.IllegalArgumentException ...
Read more >Android Crash: Fatal Exception: java.lang ... - GitHub
Description Fatal Exception: java.lang.IllegalArgumentException: pointerIndex out of range at android.view.MotionEvent.nativeGetAxisValue(MotionEvent.java) ...
Read more >java.lang.IllegalArgumentException: Rect should intersect with ...
Fatal Exception : java.lang.IllegalArgumentException: Rect should intersect with child's bounds. at android.support.design.widget.CoordinatorLayout.
Read more >Failed requirement." in SelectorManagerSupport : KTOR-2914
Some of my Android users are getting the following exception: Fatal Exception: java.lang.IllegalArgumentException: Failed requirement. at ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m facing the same issue on Android API 32. On Android API 30 it’s running fine.
jineshmistry1312 do you know if this problem occurs on Android or iOS for your users?
confirming that the patch works https://github.com/Kureev/react-native-blur/pull/512/files