Open EmanueleAgo opened 2 years ago
Same issue
add this to your android/settings.gradle
include ':@mauron85_react-native-background-geolocation-common'
project(':@mauron85_react-native-background-geolocation-common').projectDir = new File(rootProject.projectDir, '../node_modules/@mauron85/react-native-background-geolocation/android/common')
include ':@mauron85_react-native-background-geolocation'
project(':@mauron85_react-native-background-geolocation').projectDir = new File(rootProject.projectDir, '../node_modules/@mauron85/react-native-background-geolocation/android/lib')
Your Environment
Context
I want to install the module but I have 2 error when I run android after installation.
Expected Behavior
Actual Behavior
Possible Fix
Steps to Reproduce
yarn add @mauron85/react-native-background-geolocation
node ./node_modules/@mauron85/react-native-background-geolocation/scripts/postlink.js
googlePlayServicesVersion = "17.6.0"
in ext ofandroid/build.gradle
npm run android
Context
I tryed the manual setup but there are some errors similar to this.
Debug logs