Enrique Garcia
Enrique Garcia
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') ```
add this to your _android/build.gradle_ `allprojects { repositories { //add this line... maven {url 'https://jcenter.bintray.com'} } }`
> Same issue I think the library hasn't been updated since long and that is causing problems > > Yes, i had to change my react native versión to 0.67.1...