react-native-background-geolocation 5.1.0 → 5.1.1

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.
package/README.md CHANGED
@@ -21,14 +21,14 @@ The SDK uses **motion-detection** APIs (accelerometer, gyroscope, magnetometer)
21
21
  ## :books: Documentation
22
22
 
23
23
  ### <img src="assets/images/platforms/react-native.svg" width="20" height="20"> React Native
24
- - [Setup](https://docs.transistorsoft.com/typescript/setup/?tab=react-native)
25
- - [API Reference](https://docs.transistorsoft.com/typescript/BackgroundGeolocation/)
26
- - [Example](https://docs.transistorsoft.com/typescript/examples/?tab=react-native)
24
+ - [Setup](https://docs.transistorsoft.com/react-native/setup/)
25
+ - [API Reference](https://docs.transistorsoft.com/react-native/BackgroundGeolocation/)
26
+ - [Example](https://docs.transistorsoft.com/react-native/examples/)
27
27
 
28
28
  ### <img src="assets/images/platforms/expo.svg" width="20" height="20"> Expo
29
- - [Setup](https://docs.transistorsoft.com/typescript/setup/?tab=expo)
30
- - [API Reference](https://docs.transistorsoft.com/typescript/BackgroundGeolocation/)
31
- - [Example](https://docs.transistorsoft.com/typescript/examples/?tab=react-native)
29
+ - [Setup](https://docs.transistorsoft.com/react-native/setup/)
30
+ - [API Reference](https://docs.transistorsoft.com/react-native/BackgroundGeolocation/)
31
+ - [Example](https://docs.transistorsoft.com/react-native/examples/)
32
32
 
33
33
  ---
34
34
 
@@ -38,7 +38,7 @@ The SDK uses **motion-detection** APIs (accelerometer, gyroscope, magnetometer)
38
38
  > The SDK is **fully functional in `DEBUG` builds** — no license required. Try before you buy.
39
39
 
40
40
  A license is required only for **`RELEASE` builds** on Android.
41
- [Purchase a license](https://shop.transistorsoft.com/products/react-native-background-geolocation)
41
+ [Purchase a license](https://docs.transistorsoft.com)
42
42
 
43
43
  ---
44
44
 
@@ -26,7 +26,8 @@ Pod::Spec.new do |s|
26
26
  s.source_files = 'ios/RNBackgroundGeolocation/*.{h,m,mm}'
27
27
  s.preserve_paths = 'docs', 'CHANGELOG.md', 'LICENSE', 'package.json', 'RNBackgroundGeolocation.ios.js'
28
28
 
29
- s.dependency 'TSLocationManager', '~> 4.1.0'
29
+ tslm_version = ENV['TSLOCATIONMANAGER_VERSION'] || '~> 4.1.0'
30
+ s.dependency 'TSLocationManager', tslm_version
30
31
 
31
32
  s.libraries = 'sqlite3', 'z', 'stdc++'
32
33
  s.resource_bundles = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
 
3
3
  "name": "react-native-background-geolocation",
4
- "version": "5.1.0",
4
+ "version": "5.1.1",
5
5
  "description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
6
6
  "scripts": {
7
7
  "build": "yarn run build:expo",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@babel/runtime": "^7.26.0",
44
- "@transistorsoft/background-geolocation-types": "^5.0.1",
44
+ "@transistorsoft/background-geolocation-types": "^5.1.0",
45
45
  "tslib": "^2.6.3"
46
46
  },
47
47
  "author": "Chris Scott <chris@transistorsoft.com>",