@expofp/react-native-efp-crowdconnected 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,11 +16,11 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,cpp,swift}"
17
17
  s.private_header_files = "ios/**/*.h"
18
18
 
19
- s.dependency 'CrowdConnectedShared', '2.2.1'
20
- s.dependency 'CrowdConnectedCore', '2.2.1'
21
- s.dependency 'CrowdConnectedIPS', '2.2.1'
22
- s.dependency 'CrowdConnectedCoreBluetooth', '2.2.1'
23
- s.dependency 'CrowdConnectedGeo', '2.2.1'
19
+ s.dependency 'CrowdConnectedShared', '2.3.0'
20
+ s.dependency 'CrowdConnectedCore', '2.3.0'
21
+ s.dependency 'CrowdConnectedIPS', '2.3.0'
22
+ s.dependency 'CrowdConnectedCoreBluetooth', '2.3.0'
23
+ s.dependency 'CrowdConnectedGeo', '2.3.0'
24
24
 
25
25
  install_modules_dependencies(s)
26
26
  end
@@ -79,8 +79,8 @@ dependencies {
79
79
 
80
80
  implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
81
81
 
82
- implementation "net.crowdconnected.android.core:android-core:2.1.0"
83
- implementation "net.crowdconnected.android.ips:android-ips:2.1.0"
84
- implementation "net.crowdconnected.android.geo:android-geo:2.1.0"
85
- implementation "net.crowdconnected.android.background:android-background:2.1.0"
82
+ implementation "net.crowdconnected.android.core:android-core:2.1.3"
83
+ implementation "net.crowdconnected.android.ips:android-ips:2.1.3"
84
+ implementation "net.crowdconnected.android.geo:android-geo:2.1.3"
85
+ implementation "net.crowdconnected.android.background:android-background:2.1.3"
86
86
  }
@@ -185,10 +185,6 @@ class RCTCrowdConnectedLocationProvider: RCTEventEmitter, CLLocationManagerDeleg
185
185
  self?.clLocationManager.startUpdatingHeading()
186
186
  }
187
187
 
188
- if settings.trackingMode.isAllowedInBackground {
189
- self?.ccLocationManager.activateSDKBackgroundRefresh()
190
- }
191
-
192
188
  settings.aliases.forEach(CrowdConnected.shared.setAlias)
193
189
  (try? self?.providerInfo.toDict()).map(resolve)
194
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expofp/react-native-efp-crowdconnected",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "React Native wrapper for ExpoFP around CrowdConnected SDK",
5
5
  "keywords": [
6
6
  "react-native",
@@ -58,6 +58,7 @@
58
58
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
59
59
  "prepare": "bob build",
60
60
  "release": "release-it --only-version",
61
+ "release:ci": "release-it --ci",
61
62
  "test": "jest",
62
63
  "typecheck": "tsc"
63
64
  },
@@ -89,7 +90,7 @@
89
90
  "react": "19.0.0",
90
91
  "react-native": "0.79.6",
91
92
  "react-native-builder-bob": "^0.40.13",
92
- "release-it": "^19.0.4",
93
+ "release-it": "^19.0.6",
93
94
  "turbo": "^2.5.6",
94
95
  "typescript": "^5.9.2"
95
96
  },
@@ -151,4 +152,4 @@
151
152
  }
152
153
  }
153
154
  }
154
- }
155
+ }