Skip to content

Commit 33554fc

Browse files
committed
chore: update react-native to 0.81.5
1 parent a91e365 commit 33554fc

File tree

7 files changed

+184
-78
lines changed

7 files changed

+184
-78
lines changed

packages/noise-cancellation-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@stream-io/react-native-webrtc": "137.0.0",
5151
"react": "19.1.0",
52-
"react-native": "^0.81.4",
52+
"react-native": "^0.81.5",
5353
"react-native-builder-bob": "^0.37.0",
5454
"rimraf": "^6.0.1",
5555
"typescript": "^5.9.3"

packages/react-native-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"@react-native-community/push-notification-ios": "1.11.0",
125125
"@react-native-firebase/app": "^23.4.0",
126126
"@react-native-firebase/messaging": "^23.4.0",
127-
"@react-native/babel-preset": "^0.81.4",
127+
"@react-native/babel-preset": "^0.81.5",
128128
"@stream-io/noise-cancellation-react-native": "workspace:^",
129129
"@stream-io/react-native-webrtc": "137.0.0",
130130
"@stream-io/video-filters-react-native": "workspace:^",
@@ -141,7 +141,7 @@
141141
"expo-notifications": "~0.32.12",
142142
"jest": "^29.7.0",
143143
"react": "19.1.0",
144-
"react-native": "^0.81.4",
144+
"react-native": "^0.81.5",
145145
"react-native-builder-bob": "~0.23",
146146
"react-native-callkeep": "^4.3.16",
147147
"react-native-gesture-handler": "^2.28.0",

packages/video-filters-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@stream-io/react-native-webrtc": "137.0.0",
5151
"react": "19.1.0",
52-
"react-native": "^0.81.4",
52+
"react-native": "^0.81.5",
5353
"react-native-builder-bob": "^0.37.0",
5454
"rimraf": "^6.0.1",
5555
"typescript": "^5.9.3"

sample-apps/react-native/dogfood/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@stream-io/video-react-native-sdk": "workspace:^",
2727
"axios": "^1.12.2",
2828
"react": "19.1.0",
29-
"react-native": "^0.81.4",
29+
"react-native": "^0.81.5",
3030
"react-native-blob-util": "^0.22.2",
3131
"react-native-callkeep": "^4.3.16",
3232
"react-native-device-info": "^14.1.1",
@@ -56,9 +56,9 @@
5656
"@react-native-community/cli": "20.0.0",
5757
"@react-native-community/cli-platform-android": "20.0.0",
5858
"@react-native-community/cli-platform-ios": "20.0.0",
59-
"@react-native/babel-preset": "^0.81.4",
60-
"@react-native/metro-config": "^0.81.4",
61-
"@react-native/typescript-config": "^0.81.4",
59+
"@react-native/babel-preset": "^0.81.5",
60+
"@react-native/metro-config": "^0.81.5",
61+
"@react-native/typescript-config": "^0.81.5",
6262
"@rnx-kit/babel-preset-metro-react-native": "^3.0.0",
6363
"@rnx-kit/metro-config": "^2.1.2",
6464
"@rnx-kit/metro-resolver-symlinks": "^0.2.6",

sample-apps/react-native/expo-video-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"expo-system-ui": "~6.0.7",
3636
"react": "19.1.0",
3737
"react-dom": "19.1.0",
38-
"react-native": "^0.81.4",
38+
"react-native": "^0.81.5",
3939
"react-native-callkeep": "^4.3.16",
4040
"react-native-gesture-handler": "^2.28.0",
4141
"react-native-reanimated": "~4.1.2",

sample-apps/react-native/ringing-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"expo-web-browser": "~15.0.8",
4242
"react": "19.1.0",
4343
"react-dom": "19.1.0",
44-
"react-native": "^0.81.4",
44+
"react-native": "^0.81.5",
4545
"react-native-callkeep": "^4.3.16",
4646
"react-native-gesture-handler": "^2.28.0",
4747
"react-native-reanimated": "~4.1.2",

0 commit comments

Comments
 (0)