react-native-background-fetch
react-native-background-fetch copied to clipboard
Android: App launch issue due to package name
Your Environment
- Plugin version: 4.2.5
- Platform: Android
- OS version: Android 14
- Device manufacturer / model: Android Emulator Pixel 4
- React Native version (
react-native -v
): 13.6.9 - Plugin config
Expected Behavior
App should run without any errors
Actual Behavior
Throws error package="com.transistorsoft.rnbackgroundfetch" found in source AndroidManifest.xml: \node_modules\react-native-background-fetch\android\src\main\AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored. Recommendation: remove package="com.transistorsoft.rnbackgroundfetch" from the source AndroidManifest.xml: \node_modules\react-native-background-fetch\android\src\main\AndroidManifest.xml.
Steps to Reproduce
- Install the plugin using expo or npm and run the application
Context
Creating a background process.