GaelCO

Results 10 comments of GaelCO

Hi, Our application has encountered this issue since we upgraded to 0.69. Activate hermes have fixed the problem for us. @Kudo : For curiosity, I tried to test your solution...

I didn't specify. The problem seems to occur during the query itself and not on the return of results. Indeed, if I set a high offset (30000) with a low...

Hi, The query is a simple select, but return lot of data. For example, if I don't return all column, the request is ok. You can reproduce this issue with...

Sorry for my reaction time, I just made the reprod repo public. I update the expo-sqlite lib to 13.4.0. This issue still happen on an emulator with API Level 31.

semver vulnerability is fixed in main branche

PR https://github.com/expo/expo/pull/26876 was merger in main. I think this issue could be closed

Hi, I was making the same modifications on my end when I saw your PR. I agree with the changes on the RNBackgroundActionsTask.java class. But for this, I think compileSDKVersion...

The foreground type could be pass by parameter since API Level 29. I'm going to try a solution with adding type(s) in options. /!\ Some types need permission on manifest....

After some test and read the document, it seems to be impossible to set the foregroundType directly in the startForeground method without declare it in the service tag (manifest). If...

this library is available on old jcenter. You must add jcenter() in your build repositories