Skip to content

Commit 9f03aa4

Browse files
authored
fix: upgrade react-native-video to a stable version 6.4.2 from the previously beta version (#2601)
1 parent 6cd283b commit 9f03aa4

File tree

9 files changed

+33
-36
lines changed

9 files changed

+33
-36
lines changed

examples/SampleApp/ios/Podfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,14 +1040,13 @@ PODS:
10401040
- React-Core
10411041
- react-native-safe-area-context (4.9.0):
10421042
- React-Core
1043-
- react-native-video (6.0.0-beta.8):
1043+
- react-native-video (6.4.2):
10441044
- glog
10451045
- RCT-Folly (= 2022.05.16.00)
10461046
- React-Core
1047-
- react-native-video/Video (= 6.0.0-beta.8)
1048-
- react-native-video/Video (6.0.0-beta.8):
1047+
- react-native-video/Video (= 6.4.2)
1048+
- react-native-video/Video (6.4.2):
10491049
- glog
1050-
- PromisesSwift
10511050
- RCT-Folly (= 2022.05.16.00)
10521051
- React-Core
10531052
- React-nativeconfig (0.73.5)
@@ -1580,7 +1579,7 @@ SPEC CHECKSUMS:
15801579
react-native-netinfo: 299dad906cdbf3b67bcc6f693c807f98bdd127cc
15811580
react-native-quick-sqlite: 2b225dadc63b670f027111e58f6f169773f6d755
15821581
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
1583-
react-native-video: 2e38d3e0f7382427539b6b436812553480fcf70a
1582+
react-native-video: 244d6e4f8f426df9d5cc20915a56194399e9e067
15841583
React-nativeconfig: 78e2b14c0ee479449845b67bbe103343257cbcc0
15851584
React-NativeModulesApple: 4fce13d416890352a7a9621427459fe738c4e79a
15861585
React-perflogger: 0dd9f1725d55f8264b81efadd373fe1d9cca7dc2

examples/SampleApp/ios/SampleApp.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,9 @@
630630
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
631631
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
632632
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
633+
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
634+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
635+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
633636
);
634637
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
635638
LD_RUNPATH_SEARCH_PATHS = (
@@ -738,6 +741,9 @@
738741
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
739742
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
740743
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
744+
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
745+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
746+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
741747
);
742748
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
743749
LD_RUNPATH_SEARCH_PATHS = (

examples/SampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react-native-screens": "^3.29.0",
5252
"react-native-share": "10.0.2",
5353
"react-native-svg": "^14.1.0",
54-
"react-native-video": "6.0.0-beta.8",
54+
"react-native-video": "^6.4.2",
5555
"stream-chat-react-native": "link:../../package/native-package",
5656
"stream-chat-react-native-core": "link:../../package"
5757
},

examples/SampleApp/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6277,10 +6277,10 @@ react-native-url-polyfill@^1.3.0:
62776277
dependencies:
62786278
whatwg-url-without-unicode "8.0.0-3"
62796279

6280-
react-native-video@6.0.0-beta.8:
6281-
version "6.0.0-beta.8"
6282-
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.0.0-beta.8.tgz#76597ea61d3791beb14731e9e469ddb86e88adf9"
6283-
integrity sha512-pWAJKhP6yt7sIe/u4vi292sWaHNgqSwZbKzauRKBHHEJr2pY/EG7Lis5hDI+rOJlQ0NmsPEurbUPH5TGQsFJFw==
6280+
react-native-video@^6.4.2:
6281+
version "6.4.2"
6282+
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.4.2.tgz#f1d8e7594d36aa513ba21aa86bcd6e11c2716915"
6283+
integrity sha512-8/8AVnamWJU80ZTWFFrLtpzfJeonSM8C8C8YycWAnjzro+FpJqpnQFFheVU2l2BSrnRTGA3eT2p4euXc+SByMw==
62846284

62856285
react-native@*, react-native@^0.73.0:
62866286
version "0.73.5"
@@ -6837,10 +6837,10 @@ statuses@~1.5.0:
68376837
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
68386838
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
68396839

6840-
6841-
version "5.33.0"
6842-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.0.tgz#14f04de90cbc8db011bab8db3fa84abe2dc2eaec"
6843-
integrity sha512-V9OJA9MrHzaCw5q16ZRbEktA1HamITbXPOkVZOjpDbb0OBcmedmOnD9C2NFIprc770lhllS/1MKBDr0GdQ9NXQ==
6840+
6841+
version "5.33.1"
6842+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.1.tgz#d9e7847469d3ffb6e7fd35fbb7b720f2e25d172e"
6843+
integrity sha512-TCDmChJe07cYyL3sErc6qycRFMA+HbflCKRGrFvVvpU0RdWJljaqiOo3avFSauciSnQxx9WxzTkMism8YsFHcQ==
68446844
dependencies:
68456845
"@gorhom/bottom-sheet" "4.4.8"
68466846
dayjs "1.10.5"

examples/TypeScriptMessaging/ios/Podfile.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ PODS:
7373
- hermes-engine/Pre-built (0.73.6)
7474
- libevent (2.1.12)
7575
- OpenSSL-Universal (1.1.1100)
76-
- PromisesObjC (2.4.0)
77-
- PromisesSwift (2.4.0):
78-
- PromisesObjC (= 2.4.0)
7976
- RCT-Folly (2022.05.16.00):
8077
- boost
8178
- DoubleConversion
@@ -963,14 +960,13 @@ PODS:
963960
- React-Core
964961
- react-native-safe-area-context (4.9.0):
965962
- React-Core
966-
- react-native-video (6.0.0-beta.8):
963+
- react-native-video (6.4.2):
967964
- glog
968965
- RCT-Folly (= 2022.05.16.00)
969966
- React-Core
970-
- react-native-video/Video (= 6.0.0-beta.8)
971-
- react-native-video/Video (6.0.0-beta.8):
967+
- react-native-video/Video (= 6.4.2)
968+
- react-native-video/Video (6.4.2):
972969
- glog
973-
- PromisesSwift
974970
- RCT-Folly (= 2022.05.16.00)
975971
- React-Core
976972
- React-nativeconfig (0.73.6)
@@ -1288,8 +1284,6 @@ SPEC REPOS:
12881284
- fmt
12891285
- libevent
12901286
- OpenSSL-Universal
1291-
- PromisesObjC
1292-
- PromisesSwift
12931287
- SocketRocket
12941288
- TOCropViewController
12951289

@@ -1449,8 +1443,6 @@ SPEC CHECKSUMS:
14491443
hermes-engine: 9cecf9953a681df7556b8cc9c74905de8f3293c0
14501444
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
14511445
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
1452-
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
1453-
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
14541446
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
14551447
RCTRequired: ca1d7414aba0b27efcfa2ccd37637edb1ab77d96
14561448
RCTTypeSafety: 678e344fb976ff98343ca61dc62e151f3a042292
@@ -1479,7 +1471,7 @@ SPEC CHECKSUMS:
14791471
react-native-netinfo: 299dad906cdbf3b67bcc6f693c807f98bdd127cc
14801472
react-native-quick-sqlite: 2b225dadc63b670f027111e58f6f169773f6d755
14811473
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
1482-
react-native-video: d440605e68cf173e70f0b25112455e3d86890663
1474+
react-native-video: da6a37174e0cf74ba3decdbe671a0bf8e309538c
14831475
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
14841476
React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee
14851477
React-perflogger: 5f49905de275bac07ac7ea7f575a70611fa988f2

examples/TypeScriptMessaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-native-screens": "^3.28.0",
3535
"react-native-share": "^8.2.2",
3636
"react-native-svg": "^14.0.0",
37-
"react-native-video": "6.0.0-beta.8",
37+
"react-native-video": "^6.4.2",
3838
"stream-chat-react-native": "link:../../package/native-package",
3939
"stream-chat-react-native-core": "link:../../package"
4040
},

examples/TypeScriptMessaging/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6399,10 +6399,10 @@ react-native-url-polyfill@^1.3.0:
63996399
dependencies:
64006400
whatwg-url-without-unicode "8.0.0-3"
64016401

6402-
react-native-video@6.0.0-beta.8:
6403-
version "6.0.0-beta.8"
6404-
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.0.0-beta.8.tgz#76597ea61d3791beb14731e9e469ddb86e88adf9"
6405-
integrity sha512-pWAJKhP6yt7sIe/u4vi292sWaHNgqSwZbKzauRKBHHEJr2pY/EG7Lis5hDI+rOJlQ0NmsPEurbUPH5TGQsFJFw==
6402+
react-native-video@^6.4.2:
6403+
version "6.4.2"
6404+
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.4.2.tgz#f1d8e7594d36aa513ba21aa86bcd6e11c2716915"
6405+
integrity sha512-8/8AVnamWJU80ZTWFFrLtpzfJeonSM8C8C8YycWAnjzro+FpJqpnQFFheVU2l2BSrnRTGA3eT2p4euXc+SByMw==
64066406

64076407
react-native@*, react-native@^0.73.6:
64086408
version "0.73.6"

package/native-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-native-image-resizer": ">=1.4.2",
2727
"react-native-share": ">=4.1.0",
2828
"react-native-audio-recorder-player": ">=3.6.4",
29-
"react-native-video": ">=5.2.1"
29+
"react-native-video": ">=6.4.2"
3030
},
3131
"peerDependenciesMeta": {
3232
"@react-native-clipboard/clipboard": {

package/native-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4254,10 +4254,10 @@ statuses@~1.5.0:
42544254
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42554255
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42564256

4257-
4258-
version "5.33.0"
4259-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.0.tgz#14f04de90cbc8db011bab8db3fa84abe2dc2eaec"
4260-
integrity sha512-V9OJA9MrHzaCw5q16ZRbEktA1HamITbXPOkVZOjpDbb0OBcmedmOnD9C2NFIprc770lhllS/1MKBDr0GdQ9NXQ==
4257+
4258+
version "5.33.1"
4259+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.1.tgz#d9e7847469d3ffb6e7fd35fbb7b720f2e25d172e"
4260+
integrity sha512-TCDmChJe07cYyL3sErc6qycRFMA+HbflCKRGrFvVvpU0RdWJljaqiOo3avFSauciSnQxx9WxzTkMism8YsFHcQ==
42614261
dependencies:
42624262
"@gorhom/bottom-sheet" "4.4.8"
42634263
dayjs "1.10.5"

0 commit comments

Comments
 (0)