mauron85 / react-native-background-geolocation

Background and foreground geolocation plugin for React Native. Tracks user when app is running in background.
Apache License 2.0
1.33k stars 559 forks source link

### Build Failure due to Deprecated `package` Attribute in AndroidManifest.xml #588

Open meetanshi-satpute opened 1 month ago

meetanshi-satpute commented 1 month ago

Description

I'm encountering a build failure with the @mauron85/react-native-background-geolocation package due to the deprecated package attribute in the AndroidManifest.xml.

Environment

Steps to Reproduce

  1. Create a new React Native project.
  2. Install the @mauron85/react-native-background-geolocation package.
  3. Attempt to build the project.

Expected Behavior

The project should build successfully without errors.

Actual Behavior

The build fails with the following error messages: Screenshot (38)