You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include ':@darron1217_react-native-background-geolocation-common'
31
-
project(':@darron1217_react-native-background-geolocation-common').projectDir = new File(rootProject.projectDir, '../node_modules/@darron1217/react-native-background-geolocation/android/common')
32
-
include ':@darron1217_react-native-background-geolocation'
33
-
project(':@darron1217_react-native-background-geolocation').projectDir = new File(rootProject.projectDir, '../node_modules/@darron1217/react-native-background-geolocation/android/lib')
31
+
include ':@hariks789_react-native-background-geolocation-common'
32
+
project(':@hariks789_react-native-background-geolocation-common').projectDir = new File(rootProject.projectDir, '../node_modules/@hariks789/react-native-background-geolocation/android/common')
33
+
include ':@hariks789_react-native-background-geolocation'
34
+
project(':@hariks789_react-native-background-geolocation').projectDir = new File(rootProject.projectDir, '../node_modules/@hariks789/react-native-background-geolocation/android/lib')
3. In the XCode project navigator, select your project, select the `Build Phases` tab and in the `Link Binary With Libraries` section add **libRCTBackgroundGeolocation.a**
74
75
4. Add `UIBackgroundModes`**location** to `Info.plist`
75
76
5. Add `NSMotionUsageDescription`**App requires motion tracking** to `Info.plist` (required by ACTIVITY_PROVIDER)
@@ -170,7 +171,7 @@ The repository [react-native-background-geolocation-example](https://github.com/
0 commit comments