Skip to content

Commit 0dfcbf3

Browse files
authored
chore: update react-native peer dep to 0.73.0 (#1958)
necessary one because of new call manager and webrtc combo
1 parent 06bf1eb commit 0dfcbf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"expo-build-properties": "*",
6767
"expo-notifications": "*",
6868
"react": ">=17.0.0",
69-
"react-native": ">=0.67.0",
69+
"react-native": ">=0.73.0",
7070
"react-native-callkeep": ">=4.3.11",
7171
"react-native-gesture-handler": ">=2.8.0",
7272
"react-native-reanimated": ">=2.7.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8989,7 +8989,7 @@ __metadata:
89898989
expo-build-properties: "*"
89908990
expo-notifications: "*"
89918991
react: ">=17.0.0"
8992-
react-native: ">=0.67.0"
8992+
react-native: ">=0.73.0"
89938993
react-native-callkeep: ">=4.3.11"
89948994
react-native-gesture-handler: ">=2.8.0"
89958995
react-native-reanimated: ">=2.7.0"

0 commit comments

Comments
 (0)