Results 8 comments of Ani Ravi

This is likely due to the new restrictions on Android 10 for starting activities from the background. We'll need to figure out if we can meet one of their guidelines...

@jdegger since react-native-callkeep uses the native dialer APIs, I managed to get it to open in all cases (foreground, background, app killed, screen off, etc.). However, to make this work...

@jdegger sure! I'll use some code examples from our work. In VoiceFirebaseMessagingService.java within this library, we have code inside the `onCallInvite` and `onCancelledCallInvite` method that looks like this. Make sure...

> I was having the same problem. > > * react v18.10.0 > * react-native v0.70.3 > * com.android.tools.build:gradle:7.0.4 > > There was a problema in react-native-gradle-plugin that was [fixed](https://github.com/facebook/react-native/commit/6125f1f866da129dbdc01f5b9e4fac27fa77ed8a),...

I see this error when canceling a fetch request with `AbortController`. When I use remix's fetch library with `graphql-request` instead of the default `node-fetch` that it uses, I run into...

> > Also facing this issue, the following is my investigation > > I think this issue can't be solve by clone the request, it is when request aborted will...

Having some way to cancel queries would be great!

> Interestingly... removing the ` ... ` from `entry.client.tsx` fixes this issue for me in production. > > I am wondering if anyone has any insight on this? Or whether...