Angelo Sanfilippo
Angelo Sanfilippo
I've tried each of these solutions but after a few tries, the app crashes. In my case while navigating back to a page with the blur applied, it crashes. The...
Updates ?
There is a user-modified version that includes a fix for the Blur library, try it. Use in package: "@react-native-community/blur": "https://github.com/flyingSAP/react-native-blur",
Great library, but I'm having a problem with the blur view. On android the blur is applied to the entire screen displayed and not to the internal subview.  ![Simulator...
android 12 Galaxy S20+ (SM-G985F) runtimeVersions: { "androidApiLevel": "31", "osBuild": "SP1A.210812.016.G985FXXUEFVG5", "reactNative": "0.69.5", "reactNativeJsEngine": "hermes" } ``` 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:68) at eightbitlab.com.blurview.PreDrawBlurController.draw(PreDrawBlurController.java:159) at...
Add in App.js ``` import Icon from 'react-native-vector-icons/MaterialIcons' Icon.loadFont(); ``` In your case you have to import the font awesome
I've had the same problem for a few days now. react-native-onesignal: 4.1.1, OneSignal-Android-SDK 4.4.0 Log Xiaomi Redmi 9C (M2006C3MG): ```java ANR: Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x50200010 } at com.onesignal.LocationController.onFocusChange(LocationController.java:324)...
Maybe I solved it by updating the graphics library used on iOS, just update the following file found in the react-native-fast-image library with the new versions, and run the pod...