react-native-background-geolocation
react-native-background-geolocation copied to clipboard
### Build Failure due to Deprecated `package` Attribute in AndroidManifest.xml
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
- React Native version: 0.74.2
- Java version: 21
- Gradle version: 8.6
-
- @mauron85/react-native-background-geolocation version: 0.6.3
- Android build tools:
-
buildToolsVersion:"34.0.0" -
minSdkVersion:23 -
compileSdkVersion:34 -
targetSdkVersion:34 -
ndkVersion:"26.1.10909125" -
kotlinVersion:"1.9.22" -
googlePlayServicesVersion:"9.8.0"
-
Steps to Reproduce
- Create a new React Native project.
- Install the
@mauron85/react-native-background-geolocationpackage. - Attempt to build the project.
Expected Behavior
The project should build successfully without errors.
Actual Behavior
The build fails with the following error messages:
Hey! See fork: https://github.com/mensonones/react-native-background-geolocation