@mauron85/react-native-background-geolocation
Version:
optimized background location tracking
13 lines • 409 B
JavaScript
module.exports = {
dependency: {
platforms: {
android: {
sourceDir: "./android/lib"
}
},
hooks: {
postlink: "node ./node_modules/@mauron85/react-native-background-geolocation/scripts/postlink.js",
postunlink: "node ./node_modules/@mauron85/react-native-background-geolocation/scripts/postunlink.js"
}
}
};