Closed lesleysin closed 1 year ago
@lesleysin, this is already described in https://github.com/Rapsssito/react-native-background-actions/blob/master/INSTALL.md. Do you mean that you do not need to add it to the user's AndroidManifest.xml, but instead to react-native-background-task AndroidManifest?
@Rapsssito Yes, I'm assuming it should work exactly as you described. The rules for merging manifests for packages are described here
Thanks! Then, I will update the documentation. Thanks for the PR!
:tada: This PR is included in version 3.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@Rapsssito this fix si related with https://github.com/Rapsssito/react-native-background-actions/issues/168 ?
Register background service in package AndroidManifest.xml https://reactnative.dev/docs/headless-js-android?android-language=kotlin
Related issue