Skip to content

Commit b157240

Browse files
authored
chore: bump @livekit/react-native-webrtc to release 144.1.0 (#393)
1 parent c00061b commit b157240

12 files changed

Lines changed: 53 additions & 27 deletions

File tree

.changeset/big-lands-start.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@livekit/react-native': patch
3+
---
4+
5+
Update `@livekit/react-native-webrtc` to 144.1.0

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "beta",
44
"initialVersions": {
55
"@livekit/react-native": "2.10.2",

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ nodeLinker: node-modules
66

77
npmMinimalAgeGate: 7d
88

9+
npmPreapprovedPackages:
10+
- "@livekit/*"
11+
- "livekit-client"
12+
913
yarnPath: .yarn/releases/yarn-4.11.0.cjs

ci/ios/Podfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,13 @@ target 'ci' do
3030
:mac_catalyst_enabled => false,
3131
# :ccache_enabled => true
3232
)
33+
# Fix for Xcode 26.4 build error
34+
installer.pods_project.targets.each do |target|
35+
if target.name == 'fmt'
36+
target.build_configurations.each do |config|
37+
config.build_settings['CLANG_CXX_LANGUAGE_STANDARD'] = 'c++17'
38+
end
39+
end
40+
end
3341
end
3442
end

ci/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- hermes-engine (0.82.1):
99
- hermes-engine/Pre-built (= 0.82.1)
1010
- hermes-engine/Pre-built (0.82.1)
11-
- livekit-react-native (2.10.1):
11+
- livekit-react-native (2.11.0-beta.1):
1212
- boost
1313
- DoubleConversion
1414
- fast_float
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/core
3838
- SocketRocket
3939
- Yoga
40-
- livekit-react-native-webrtc (144.1.0-beta.2):
40+
- livekit-react-native-webrtc (144.1.0):
4141
- React-Core
4242
- WebRTC-SDK (= 144.7559.04)
4343
- RCT-Folly (2024.11.18.00):
@@ -2686,14 +2686,14 @@ EXTERNAL SOURCES:
26862686

26872687
SPEC CHECKSUMS:
26882688
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
2689-
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
2689+
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
26902690
fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6
26912691
FBLazyVector: 0aa6183b9afe3c31fc65b5d1eeef1f3c19b63bfa
26922692
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
2693-
glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f
2693+
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
26942694
hermes-engine: 273e30e7fb618279934b0b95ffab60ecedb7acf5
2695-
livekit-react-native: d3bef98b710d5f0fb6ad1c7734c954ddde910150
2696-
livekit-react-native-webrtc: 6fc2ff1df5af82d1adb25828ba14a90380a2073e
2695+
livekit-react-native: a051e6aa4c21e1b2429d136a3d544ae0ccfa08a6
2696+
livekit-react-native-webrtc: 6384bffff182166749ea42ccc419cee6785b0603
26972697
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
26982698
RCTDeprecation: f17e2ebc07876ca9ab8eb6e4b0a4e4647497ae3a
26992699
RCTRequired: e2c574c1b45231f7efb0834936bd609d75072b63
@@ -2764,6 +2764,6 @@ SPEC CHECKSUMS:
27642764
WebRTC-SDK: ac5965a3cc2c258973466e3b1739ab0308bab0d0
27652765
Yoga: 689c8e04277f3ad631e60fe2a08e41d411daf8eb
27662766

2767-
PODFILE CHECKSUM: 2808703946713a7b53edc61b7e02157e7eb82b22
2767+
PODFILE CHECKSUM: a7f2ec66657cfb895ebb19b63b9033e6419495f9
27682768

27692769
COCOAPODS: 1.16.2

ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@livekit/react-native": "*",
15-
"@livekit/react-native-webrtc": "^144.1.0-beta.2",
15+
"@livekit/react-native-webrtc": "^144.1.0",
1616
"@react-native/new-app-screen": "0.82.1",
1717
"livekit-client": "^2.19.0",
1818
"react": "19.1.1",

ci/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,15 +1953,15 @@ __metadata:
19531953
languageName: node
19541954
linkType: hard
19551955

1956-
"@livekit/react-native-webrtc@npm:^144.1.0-beta.2":
1957-
version: 144.1.0-beta.2
1958-
resolution: "@livekit/react-native-webrtc@npm:144.1.0-beta.2"
1956+
"@livekit/react-native-webrtc@npm:^144.1.0":
1957+
version: 144.1.0
1958+
resolution: "@livekit/react-native-webrtc@npm:144.1.0"
19591959
dependencies:
19601960
base64-js: "npm:1.5.1"
19611961
debug: "npm:4.3.4"
19621962
peerDependencies:
19631963
react-native: ">=0.60.0"
1964-
checksum: 10/9177743b36a79d95be83c6f2fb6fd8d924593fc75577ea57536445af980a1fa32389f0187f8168cee6d51089457223913d9e5149d4406521de5674918fcef77e
1964+
checksum: 10/a674605a735c10af016c20c0c7e755c6c10f57149c456ba76f58228ca5ec7145feec5c6de880e386b7a9ed683bfbc8745c32501a39583be789fee3fd24939fba
19651965
languageName: node
19661966
linkType: hard
19671967

@@ -3587,7 +3587,7 @@ __metadata:
35873587
"@babel/preset-env": "npm:^7.25.3"
35883588
"@babel/runtime": "npm:^7.25.0"
35893589
"@livekit/react-native": "npm:*"
3590-
"@livekit/react-native-webrtc": "npm:^144.1.0-beta.2"
3590+
"@livekit/react-native-webrtc": "npm:^144.1.0"
35913591
"@react-native-community/cli": "npm:20.0.0"
35923592
"@react-native-community/cli-platform-android": "npm:20.0.0"
35933593
"@react-native-community/cli-platform-ios": "npm:20.0.0"

example/ios/Podfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,14 @@ target 'LivekitReactNativeExample' do
3232
:mac_catalyst_enabled => false,
3333
# :ccache_enabled => true
3434
)
35+
36+
# Fix for Xcode 26.4 build error
37+
installer.pods_project.targets.each do |target|
38+
if target.name == 'fmt'
39+
target.build_configurations.each do |config|
40+
config.build_settings['CLANG_CXX_LANGUAGE_STANDARD'] = 'c++17'
41+
end
42+
end
43+
end
3544
end
3645
end

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/core
3838
- SocketRocket
3939
- Yoga
40-
- livekit-react-native-webrtc (144.1.0-beta.2):
40+
- livekit-react-native-webrtc (144.1.0):
4141
- React-Core
4242
- WebRTC-SDK (= 144.7559.04)
4343
- RCT-Folly (2024.11.18.00):
@@ -2791,7 +2791,7 @@ SPEC CHECKSUMS:
27912791
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
27922792
hermes-engine: 8642d8f14a548ab718ec112e9bebdfdd154138b5
27932793
livekit-react-native: a051e6aa4c21e1b2429d136a3d544ae0ccfa08a6
2794-
livekit-react-native-webrtc: 6fc2ff1df5af82d1adb25828ba14a90380a2073e
2794+
livekit-react-native-webrtc: 6384bffff182166749ea42ccc419cee6785b0603
27952795
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
27962796
RCTDeprecation: f17e2ebc07876ca9ab8eb6e4b0a4e4647497ae3a
27972797
RCTRequired: e2c574c1b45231f7efb0834936bd609d75072b63
@@ -2865,6 +2865,6 @@ SPEC CHECKSUMS:
28652865
WebRTC-SDK: ac5965a3cc2c258973466e3b1739ab0308bab0d0
28662866
Yoga: 689c8e04277f3ad631e60fe2a08e41d411daf8eb
28672867

2868-
PODFILE CHECKSUM: 7d332edcb240dc52396452a215395fe8f04521c6
2868+
PODFILE CHECKSUM: a921a659e37cd7dfb12da519493e10c9f38400a1
28692869

28702870
COCOAPODS: 1.16.2

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postinstall": "patch-package"
1111
},
1212
"dependencies": {
13-
"@livekit/react-native-webrtc": "^144.1.0-beta.2",
13+
"@livekit/react-native-webrtc": "^144.1.0",
1414
"@react-native-async-storage/async-storage": "^1.17.10",
1515
"@react-navigation/native": "^7.1.18",
1616
"@react-navigation/native-stack": "^7.3.27",

0 commit comments

Comments
 (0)