UNPKG

@anwar1909/react-native-background-geolocation

Version:
23 lines (22 loc) 781 B
const path = require('path'); module.exports = { dependencies: { '@anwar1909/react-native-background-geolocation': { root: __dirname, platforms: { android: { sourceDir: path.join(__dirname, 'android', 'lib'), manifestPath: path.join(__dirname, 'android', 'lib', 'src', 'main', 'AndroidManifest.xml'), libraryName: 'anwar1909_react-native-background-geolocation', packageImportPath: 'import com.anwar1909.bgloc.react.BackgroundGeolocationPackage;', dependencies: [ { name: 'anwar1909_react-native-background-geolocation-common', sourceDir: path.join(__dirname, 'android', 'common'), } ] }, }, }, }, };