Iván González
Iván González
I use my Raspberry Pi as a server for multiple projects Im working on and I would like check its resources securely from anywhere. Also from a human human-friendly url...
> Hello, Thankyou for responding. "react-native": "0.73.0", "react-native-background-actions": "^4.0.1", My App crashes as soon as it tries to start the foreground task with runtime exception.I have included android:foregroundServiceType to be...
> Hello Iván, I tried changing the lines in the RNBackgroundActionTask But the error still exists and the app crashes whenever it tries to start the background. Thankyou. On Tue,...
Did you request notification permission this way? It is required on Android 13+ ```js await PermissionsAndroid.request("android.permission.POST_NOTIFICATIONS"); ```
I used version `3.0.1` and had to patch it (because of android compileSdkVersion). These are my changes. I hope you find them useful.   