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.34k stars 565 forks source link

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

Open meetanshi-satpute opened 5 months ago

meetanshi-satpute commented 5 months 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)

mensonones commented 1 month ago

Hey! See fork: https://github.com/mensonones/react-native-background-geolocation