react-native-background-fetch icon indicating copy to clipboard operation
react-native-background-fetch copied to clipboard

Android: App launch issue due to package name

Open Mittal-Sudhanshu opened this issue 5 months ago • 2 comments

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

  1. Install the plugin using expo or npm and run the application

Context

Creating a background process.

Mittal-Sudhanshu avatar Sep 18 '24 08:09 Mittal-Sudhanshu