Rodolfo

Results 60 comments of Rodolfo

Try removing `exclude "**/libjsc.so"` from your `android/app/build.gradle`

@Kudo Do you know how to solve this? Thanks

I still having this issue in `react-native-gesture-handler: 2.4.2`, any update? Here are a patch but I don't know if this could generate another issue. https://github.com/facebook/react-native/issues/30320#issuecomment-875476422

I've the same issue `@react-native-community/blur: 3.6.0` Someone could fix it? Thanks ``` java.lang.NullPointerException: null at java.util.Objects.requireNonNull(Objects.java:203) at com.cmcewen.blurview.BlurViewManager.createViewInstance(BlurViewManager.java:35) at com.cmcewen.blurview.BlurViewManager.createViewInstance(BlurViewManager.java:20) at com.facebook.react.uimanager.ViewManager.createViewInstance(ViewManager.java:139) at com.facebook.react.uimanager.ViewManager.createView(ViewManager.java:83) at com.facebook.react.uimanager.NativeViewHierarchyManager.createView(NativeViewHierarchyManager.java:261) at com.facebook.react.uimanager.UIViewOperationQueue$CreateViewOperation.execute(UIViewOperationQueue.java:186) at com.facebook.react.uimanager.UIViewOperationQueue$1.run(UIViewOperationQueue.java:911)...

Fix: https://github.com/Kureev/react-native-blur/pull/411

@donni106 I have the same issue on iOS. Seems that when you make the first call to `NetInfo.fetch()`, `isInternetReachable` is null because they don't know if you have internet. When...

@cuanclifford I continue having the issue, I don't know how to reproduce it nor how to fix it

I've the same issue after upgrading to SDK 43, bare workflow, iOS only, Android works great for me. `Notifications.addNotificationResponseReceivedListener` is executed only when the app is in foreground or background...

@cruzach Thanks for the patch, I tested but event is not fired. I added a log into your patch to get the value of `lastResponse` info the `getLastNotificationResponseAsync` function, but...