@hariks789/react-native-background-geolocation
Version:
Optimized background location tracking
14 lines (13 loc) • 412 B
JavaScript
module.exports = {
dependency: {
platforms: {
android: {
sourceDir: "./android/lib"
}
},
hooks: {
postlink: "node ./node_modules/@hariks789/react-native-background-geolocation/scripts/postlink.js",
postunlink: "node ./node_modules/@hariks789/react-native-background-geolocation/scripts/postunlink.js"
}
}
};