Ilias Trichopoulos
Ilias Trichopoulos
I am also interested in getting this fixed...
I am using `2.1.1` and I am facing the same problem in a Simulator
I know, right? Time to implement my own scrollbars...
The above solution didn't work for me either.
Same here, is there a PR for this already?
I also ugpraded to API Level 34 and applied the patch from above. But now, after about 160 seconds of having the app in the bg, I get this message....
I guess the problem is the "shortService"
Yes. I replaced `shortService` with `dataSync`. I also had to this to my expo config: ```js expo: { android: { permissions: [ 'android.permission.FOREGROUND_SERVICE_DATA_SYNC', ] } } ``` This was my...
That's why I said "to my expo config". This is my own app's config file. But this is still needed to be patched: ``` android:foregroundServiceType="dataSync" ```
Sorry, the diff that I showed comes from `pnpm patch`, it refers to the files of the `react-native-background-actions` package. > should I add this to android minifies file or in...