Hi,
I am getting this issue while running on my emulator
Cannot evaluate module react-native-mauron85-background-geolocation : Configuration with name 'default' not found.
Any kind of help would be highly appreciated. Thanks in advance.
Maybe it was a mistake when you run react-native link
Try this at your settings.gradle file :
include ':react-native-mauron85-background-geolocation', ':app'
project(':react-native-mauron85-background-geolocation').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-mauron85-background-geolocation/android/lib')
i have this issue, solve it with rnpm unlink react-native-mauron85-background-geolocation, and link it manually
Hi,
I am facing same issue. I tried both react-native link and manully adding to settings.gradle and build gradle. No luck.
Add lib folder at the end after android, worked.
Notice: this issue has been closed because it has been inactive for 244 days. You may reopen this issue if it has been closed in error.
Most helpful comment
Maybe it was a mistake when you run react-native link
Try this at your settings.gradle file :
include ':react-native-mauron85-background-geolocation', ':app' project(':react-native-mauron85-background-geolocation').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-mauron85-background-geolocation/android/lib')