Skip to content

Commit c7f6b2a

Browse files
committed
merge release-4.19.2
2 parents 6b16c75 + a5b4bf5 commit c7f6b2a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 4.19.2 — 2025-11-09
4+
* [Android] re-build Expo plugin
5+
36
## 4.19.1 — 2025-11-08
47
* [Android] pin `tslocationmanager` at `3.+` in preparation for next release..
58

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "react-native-background-geolocation",
3-
"version": "4.19.1",
3+
"version": "4.19.2",
44
"description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
55
"scripts": {
66
"build": "yarn run build:expo",
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"build:expo": "rimraf expo/plugin/build && tsc --build ./expo/plugin"
8+
"build:expo": "rimraf expo/plugin/build && tsc --build ./expo/plugin",
9+
"prepublishOnly": "npm run build"
910
},
1011
"main": "src/index.js",
1112
"repository": {

0 commit comments

Comments
 (0)