transistorsoft / react-native-background-fetch

Periodic callbacks in the background for both IOS and Android
MIT License
1.48k stars 193 forks source link

Android: App launch issue due to package name #524

Open Mittal-Sudhanshu opened 1 week ago

Mittal-Sudhanshu commented 1 week ago

Your Environment

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.

christocracy commented 1 week ago

Are you using gradle version 8?

christocracy commented 1 week ago

Throws error

Is it actually "throwing" an error and not just printing a warning?