Skip to content

Commit 8dab34e

Browse files
FCE-2515: Improve Picture in Picture stability (#445)
## Description - Bump react-native-webrtc with picture in picture fix. ## Motivation and Context - Pip was broken ## Documentation impact - [ ] Documentation update required - [ ] Documentation updated [in another PR](_) - [x] No documentation update required ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1 parent 5eb3a95 commit 8dab34e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/mobile-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@fishjam-cloud/react-client": "workspace:*",
46-
"@fishjam-cloud/react-native-webrtc": "git+https://github.com/fishjam-cloud/fishjam-react-native-webrtc.git#abdf79afed7ebe2a91bce23351f01f63decd49bb",
46+
"@fishjam-cloud/react-native-webrtc": "git+https://github.com/fishjam-cloud/fishjam-react-native-webrtc.git#c504d8282a6f8277dd0e4d61268de669bc2e46a9",
4747
"react-native-get-random-values": "^1.11.0"
4848
},
4949
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,7 +3241,7 @@ __metadata:
32413241
resolution: "@fishjam-cloud/mobile-client@workspace:packages/mobile-client"
32423242
dependencies:
32433243
"@fishjam-cloud/react-client": "workspace:*"
3244-
"@fishjam-cloud/react-native-webrtc": "git+https://github.com/fishjam-cloud/fishjam-react-native-webrtc.git#abdf79afed7ebe2a91bce23351f01f63decd49bb"
3244+
"@fishjam-cloud/react-native-webrtc": "git+https://github.com/fishjam-cloud/fishjam-react-native-webrtc.git#c504d8282a6f8277dd0e4d61268de669bc2e46a9"
32453245
"@types/promise-fs": "npm:^2.1.2"
32463246
eslint-config-expo: "npm:~9.2.0"
32473247
eslint-plugin-prettier: "npm:^5.5.1"
@@ -3290,16 +3290,16 @@ __metadata:
32903290
languageName: unknown
32913291
linkType: soft
32923292

3293-
"@fishjam-cloud/react-native-webrtc@git+https://github.com/fishjam-cloud/fishjam-react-native-webrtc.git#abdf79afed7ebe2a91bce23351f01f63decd49bb":
3293+
"@fishjam-cloud/react-native-webrtc@git+https://github.com/fishjam-cloud/fishjam-react-native-webrtc.git#c504d8282a6f8277dd0e4d61268de669bc2e46a9":
32943294
version: 0.24.0
3295-
resolution: "@fishjam-cloud/react-native-webrtc@https://github.com/fishjam-cloud/fishjam-react-native-webrtc.git#commit=abdf79afed7ebe2a91bce23351f01f63decd49bb"
3295+
resolution: "@fishjam-cloud/react-native-webrtc@https://github.com/fishjam-cloud/fishjam-react-native-webrtc.git#commit=c504d8282a6f8277dd0e4d61268de669bc2e46a9"
32963296
dependencies:
32973297
base64-js: "npm:1.5.1"
32983298
debug: "npm:4.3.4"
32993299
event-target-shim: "npm:6.0.2"
33003300
peerDependencies:
33013301
react-native: ">=0.60.0"
3302-
checksum: 10c0/4a2556213cef82b9b4e60f26ae64523d9db08b9570faf0fc1da663282d822d4f1878becd634ab4c394e65be24b28200f18a8a2029a85dd6c3bbb50615ab2c4aa
3302+
checksum: 10c0/648bf3ac2e6a38f9269dfeaad32fe449b8841fc979301b6862fde6c85db74071b2bc20266b6c58c94f8670db0fd187e63e5d3dc4f574d2fe4353e5db8383313d
33033303
languageName: node
33043304
linkType: hard
33053305

0 commit comments

Comments
 (0)