Skip to content

Commit c4dcc0c

Browse files
committed
chore: update sample dependencies
1 parent 1f90980 commit c4dcc0c

File tree

9 files changed

+235
-227
lines changed

9 files changed

+235
-227
lines changed

docs-validation/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,24 @@
88
"clean": "del lib"
99
},
1010
"dependencies": {
11-
"@bam.tech/react-native-image-resizer": "^3.0.4",
12-
"@react-native-camera-roll/camera-roll": "^5.4.0",
13-
"@react-native-clipboard/clipboard": "^1.8.5",
11+
"@bam.tech/react-native-image-resizer": "^3.0.10",
12+
"@react-native-camera-roll/camera-roll": "^7.8.1",
13+
"@react-native-clipboard/clipboard": "^1.14.1",
1414
"@react-native-firebase/messaging": "^14.7.0",
15-
"@react-navigation/native": "^6.0.6",
16-
"@react-navigation/native-stack": "^6.7.0",
15+
"@react-navigation/native": "^6.1.17",
16+
"@react-navigation/native-stack": "^6.10.0",
1717
"@sendbird/chat": "^4.12.9",
1818
"react": "18.2.0",
1919
"react-native": "0.74.3",
20+
"react-native-audio-recorder-player": "^3.6.10",
2021
"react-native-create-thumbnail": "^2.0.0",
21-
"react-native-document-picker": "^8.0.0",
22-
"react-native-file-access": "^2.5.0",
23-
"react-native-image-picker": "^4.7.3",
24-
"react-native-mmkv": "^2.0.0",
25-
"react-native-permissions": "^3.6.0",
26-
"react-native-safe-area-context": "^3.3.2",
27-
"react-native-video": "^5.2.0"
22+
"react-native-document-picker": "^9.3.0",
23+
"react-native-file-access": "^3.1.0",
24+
"react-native-image-picker": "^7.1.2",
25+
"react-native-mmkv": "^2.12.2",
26+
"react-native-permissions": "^3.10.1",
27+
"react-native-safe-area-context": "^4.10.8",
28+
"react-native-video": "^6.3.0"
2829
},
2930
"devDependencies": {
3031
"@babel/core": "^7.12.9",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"react": "18.2.0",
6161
"react-native": "0.74.3",
6262
"react-native-builder-bob": "^0.18.2",
63-
"react-native-fast-image": "^8.5.11",
64-
"react-native-safe-area-context": "^3.3.2",
63+
"react-native-fast-image": "^8.6.3",
64+
"react-native-safe-area-context": "^4.10.8",
6565
"react-test-renderer": "^18.3.1",
6666
"typedoc": "^0.25.3",
6767
"typescript": "5.2.2",

packages/uikit-react-native-foundation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"react": "18.2.0",
5757
"react-native": "0.74.3",
5858
"react-native-builder-bob": "^0.18.0",
59-
"react-native-fast-image": "^8.5.11",
60-
"react-native-safe-area-context": "^3.3.2",
59+
"react-native-fast-image": "^8.6.3",
60+
"react-native-safe-area-context": "^4.10.8",
6161
"typescript": "5.2.2"
6262
},
6363
"peerDependencies": {

packages/uikit-react-native/package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,13 @@
6868
"devDependencies": {
6969
"@bam.tech/react-native-image-resizer": "^3.0.4",
7070
"@react-native-async-storage/async-storage": "^1.17.6",
71-
"@react-native-camera-roll/camera-roll": "^5.4.0",
72-
"@react-native-clipboard/clipboard": "^1.8.5",
73-
"@react-native-community/netinfo": "^9.3.0",
71+
"@react-native-camera-roll/camera-roll": "^7.8.1",
72+
"@react-native-clipboard/clipboard": "^1.14.1",
73+
"@react-native-community/netinfo": "^11.3.2",
7474
"@react-native-firebase/app": "^14.4.0",
7575
"@react-native-firebase/messaging": "^14.4.0",
7676
"@types/react": "*",
7777
"@types/react-native": "*",
78-
"@types/react-native-video": "^5.0.14",
7978
"date-fns": "^2.28.0",
8079
"expo-av": "^13.2.1",
8180
"expo-clipboard": "^4.1.2",
@@ -91,16 +90,16 @@
9190
"js-convert-case": "^4.2.0",
9291
"react": "18.2.0",
9392
"react-native": "0.74.3",
94-
"react-native-audio-recorder-player": "^3.6.0",
93+
"react-native-audio-recorder-player": "^3.6.10",
9594
"react-native-builder-bob": "^0.18.0",
9695
"react-native-create-thumbnail": "^2.0.0",
97-
"react-native-document-picker": "^8.0.0",
98-
"react-native-file-access": "^2.5.0",
99-
"react-native-image-picker": "^4.7.1",
96+
"react-native-document-picker": "^9.3.0",
97+
"react-native-file-access": "^3.1.0",
98+
"react-native-image-picker": "^7.1.2",
10099
"react-native-mmkv": "^2.12.2",
101-
"react-native-permissions": "^3.6.0",
102-
"react-native-safe-area-context": "^3.3.2",
103-
"react-native-video": "^5.2.0",
100+
"react-native-permissions": "^3.10.1",
101+
"react-native-safe-area-context": "^4.10.8",
102+
"react-native-video": "^6.3.0",
104103
"typescript": "5.2.2"
105104
},
106105
"peerDependencies": {

packages/uikit-react-native/src/platform/createMediaService.native.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ const createNativeMediaService = ({
2121
}: Modules): MediaServiceInterface => {
2222
return {
2323
VideoComponent({ source, resizeMode, onLoad, ...props }) {
24-
return <VideoComponent {...props} source={source} resizeMode={resizeMode} onLoad={onLoad} controls />;
24+
return (
25+
<VideoComponent
26+
{...props}
27+
source={source as { uri: string }}
28+
resizeMode={resizeMode}
29+
onLoad={onLoad}
30+
controls
31+
/>
32+
);
2533
},
2634
async getVideoThumbnail({ url, timeMills }) {
2735
try {

sample/ios/Podfile.lock

Lines changed: 115 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ PODS:
8484
- nanopb/encode (= 2.30908.0)
8585
- nanopb/decode (2.30908.0)
8686
- nanopb/encode (2.30908.0)
87-
- Permission-Camera (3.8.0):
87+
- Permission-Camera (3.10.1):
8888
- RNPermissions
89-
- Permission-Microphone (3.8.0):
89+
- Permission-Microphone (3.10.1):
9090
- RNPermissions
91-
- Permission-PhotoLibrary (3.8.0):
91+
- Permission-PhotoLibrary (3.10.1):
9292
- RNPermissions
93-
- Permission-PhotoLibraryAddOnly (3.8.0):
93+
- Permission-PhotoLibraryAddOnly (3.10.1):
9494
- RNPermissions
9595
- PromisesObjC (2.4.0)
9696
- RCT-Folly (2024.01.01.00):
@@ -1021,18 +1021,53 @@ PODS:
10211021
- React-Mapbuffer (0.74.3):
10221022
- glog
10231023
- React-debug
1024-
- react-native-cameraroll (5.4.0):
1024+
- react-native-cameraroll (7.8.1):
1025+
- DoubleConversion
1026+
- glog
1027+
- hermes-engine
1028+
- RCT-Folly (= 2024.01.01.00)
1029+
- RCTRequired
1030+
- RCTTypeSafety
1031+
- React-Codegen
10251032
- React-Core
1033+
- React-debug
1034+
- React-Fabric
1035+
- React-featureflags
1036+
- React-graphics
1037+
- React-ImageManager
1038+
- React-NativeModulesApple
1039+
- React-RCTFabric
1040+
- React-rendererdebug
1041+
- React-utils
1042+
- ReactCommon/turbomodule/bridging
1043+
- ReactCommon/turbomodule/core
1044+
- Yoga
10261045
- react-native-create-thumbnail (2.0.0):
10271046
- React-Core
1028-
- react-native-document-picker (8.2.0):
1047+
- react-native-document-picker (9.3.0):
10291048
- React-Core
1030-
- react-native-file-access (2.6.0):
1031-
- React-Core
1032-
- ZIPFoundation (= 0.9.11)
1033-
- react-native-image-picker (4.10.3):
1049+
- react-native-image-picker (7.1.2):
1050+
- DoubleConversion
1051+
- glog
1052+
- hermes-engine
1053+
- RCT-Folly (= 2024.01.01.00)
1054+
- RCTRequired
1055+
- RCTTypeSafety
1056+
- React-Codegen
10341057
- React-Core
1035-
- react-native-image-resizer (3.0.5):
1058+
- React-debug
1059+
- React-Fabric
1060+
- React-featureflags
1061+
- React-graphics
1062+
- React-ImageManager
1063+
- React-NativeModulesApple
1064+
- React-RCTFabric
1065+
- React-rendererdebug
1066+
- React-utils
1067+
- ReactCommon/turbomodule/bridging
1068+
- ReactCommon/turbomodule/core
1069+
- Yoga
1070+
- react-native-image-resizer (3.0.10):
10361071
- React-Core
10371072
- react-native-mmkv (2.12.2):
10381073
- DoubleConversion
@@ -1056,17 +1091,55 @@ PODS:
10561091
- ReactCommon/turbomodule/bridging
10571092
- ReactCommon/turbomodule/core
10581093
- Yoga
1059-
- react-native-netinfo (9.3.9):
1094+
- react-native-netinfo (11.3.2):
10601095
- React-Core
1061-
- react-native-safe-area-context (3.4.1):
1096+
- react-native-safe-area-context (4.10.8):
10621097
- React-Core
10631098
- react-native-slider (4.4.2):
10641099
- React-Core
1065-
- react-native-video (5.2.1):
1100+
- react-native-video (6.3.0):
1101+
- DoubleConversion
1102+
- glog
1103+
- hermes-engine
1104+
- RCT-Folly (= 2024.01.01.00)
1105+
- RCTRequired
1106+
- RCTTypeSafety
1107+
- React-Codegen
10661108
- React-Core
1067-
- react-native-video/Video (= 5.2.1)
1068-
- react-native-video/Video (5.2.1):
1109+
- React-debug
1110+
- React-Fabric
1111+
- React-featureflags
1112+
- React-graphics
1113+
- React-ImageManager
1114+
- react-native-video/Video (= 6.3.0)
1115+
- React-NativeModulesApple
1116+
- React-RCTFabric
1117+
- React-rendererdebug
1118+
- React-utils
1119+
- ReactCommon/turbomodule/bridging
1120+
- ReactCommon/turbomodule/core
1121+
- Yoga
1122+
- react-native-video/Video (6.3.0):
1123+
- DoubleConversion
1124+
- glog
1125+
- hermes-engine
1126+
- RCT-Folly (= 2024.01.01.00)
1127+
- RCTRequired
1128+
- RCTTypeSafety
1129+
- React-Codegen
10691130
- React-Core
1131+
- React-debug
1132+
- React-Fabric
1133+
- React-featureflags
1134+
- React-graphics
1135+
- React-ImageManager
1136+
- React-NativeModulesApple
1137+
- React-RCTFabric
1138+
- React-rendererdebug
1139+
- React-utils
1140+
- ReactCommon/turbomodule/bridging
1141+
- ReactCommon/turbomodule/core
1142+
- Yoga
10701143
- React-nativeconfig (0.74.3)
10711144
- React-NativeModulesApple (0.74.3):
10721145
- glog
@@ -1296,11 +1369,14 @@ PODS:
12961369
- React-logger (= 0.74.3)
12971370
- React-perflogger (= 0.74.3)
12981371
- React-utils (= 0.74.3)
1299-
- RNAudioRecorderPlayer (3.6.0):
1372+
- ReactNativeFileAccess (3.1.0):
1373+
- React-Core
1374+
- ZIPFoundation
1375+
- RNAudioRecorderPlayer (3.6.10):
13001376
- React-Core
13011377
- RNCAsyncStorage (1.23.1):
13021378
- React-Core
1303-
- RNCClipboard (1.11.2):
1379+
- RNCClipboard (1.14.1):
13041380
- React-Core
13051381
- RNCPushNotificationIOS (1.11.0):
13061382
- React-Core
@@ -1323,7 +1399,7 @@ PODS:
13231399
- RNNotifeeCore (5.7.0):
13241400
- RNNotifeeCore/NotifeeCore (= 5.7.0)
13251401
- RNNotifeeCore/NotifeeCore (5.7.0)
1326-
- RNPermissions (3.8.0):
1402+
- RNPermissions (3.10.1):
13271403
- React-Core
13281404
- RNScreens (3.32.0):
13291405
- DoubleConversion
@@ -1355,7 +1431,7 @@ PODS:
13551431
- SDWebImage/Core (~> 5.10)
13561432
- SocketRocket (0.7.0)
13571433
- Yoga (0.0.0)
1358-
- ZIPFoundation (0.9.11)
1434+
- ZIPFoundation (0.9.19)
13591435

13601436
DEPENDENCIES:
13611437
- boost (from `../../node_modules/react-native/third-party-podspecs/boost.podspec`)
@@ -1397,7 +1473,6 @@ DEPENDENCIES:
13971473
- "react-native-cameraroll (from `../../node_modules/@react-native-camera-roll/camera-roll`)"
13981474
- react-native-create-thumbnail (from `../../node_modules/react-native-create-thumbnail`)
13991475
- react-native-document-picker (from `../../node_modules/react-native-document-picker`)
1400-
- react-native-file-access (from `../../node_modules/react-native-file-access`)
14011476
- react-native-image-picker (from `../../node_modules/react-native-image-picker`)
14021477
- "react-native-image-resizer (from `../../node_modules/@bam.tech/react-native-image-resizer`)"
14031478
- react-native-mmkv (from `../../node_modules/react-native-mmkv`)
@@ -1428,6 +1503,7 @@ DEPENDENCIES:
14281503
- React-runtimescheduler (from `../../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
14291504
- React-utils (from `../../node_modules/react-native/ReactCommon/react/utils`)
14301505
- ReactCommon/turbomodule/core (from `../../node_modules/react-native/ReactCommon`)
1506+
- ReactNativeFileAccess (from `../../node_modules/react-native-file-access`)
14311507
- RNAudioRecorderPlayer (from `../../node_modules/react-native-audio-recorder-player`)
14321508
- "RNCAsyncStorage (from `../../node_modules/@react-native-async-storage/async-storage`)"
14331509
- "RNCClipboard (from `../../node_modules/@react-native-clipboard/clipboard`)"
@@ -1537,8 +1613,6 @@ EXTERNAL SOURCES:
15371613
:path: "../../node_modules/react-native-create-thumbnail"
15381614
react-native-document-picker:
15391615
:path: "../../node_modules/react-native-document-picker"
1540-
react-native-file-access:
1541-
:path: "../../node_modules/react-native-file-access"
15421616
react-native-image-picker:
15431617
:path: "../../node_modules/react-native-image-picker"
15441618
react-native-image-resizer:
@@ -1599,6 +1673,8 @@ EXTERNAL SOURCES:
15991673
:path: "../../node_modules/react-native/ReactCommon/react/utils"
16001674
ReactCommon:
16011675
:path: "../../node_modules/react-native/ReactCommon"
1676+
ReactNativeFileAccess:
1677+
:path: "../../node_modules/react-native-file-access"
16021678
RNAudioRecorderPlayer:
16031679
:path: "../../node_modules/react-native-audio-recorder-player"
16041680
RNCAsyncStorage:
@@ -1644,10 +1720,10 @@ SPEC CHECKSUMS:
16441720
MMKV: 506311d0494023c2f7e0b62cc1f31b7370fa3cfb
16451721
MMKVCore: 9e2e5fd529b64a9fe15f1a7afb3d73b2e27b4db9
16461722
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
1647-
Permission-Camera: e6d142d7d8b714afe0a83e5e6ae17eb949f1e3e9
1648-
Permission-Microphone: 644b1de8bcc2afcaf934e09a22bee507a95796a7
1649-
Permission-PhotoLibrary: 31787bbe77d0d3ae6a5267b8435e4a2e9ef78f1d
1650-
Permission-PhotoLibraryAddOnly: 16c92ad62b802514f3f788e00b298080be996337
1723+
Permission-Camera: 9b70902f34a83c10e198d2d01f0e453e58842776
1724+
Permission-Microphone: 8d045745c0c12aed0370ba89c36b6bc1ba54d7eb
1725+
Permission-PhotoLibrary: 03c52ed95dadfb0f2ba4c7663786cce0c4e0c978
1726+
Permission-PhotoLibraryAddOnly: c4fbf91806bbdc3ed877049bc09fbe58ad9a7c97
16511727
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
16521728
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
16531729
RCTDeprecation: 4c7eeb42be0b2e95195563c49be08d0b839d22b4
@@ -1673,17 +1749,16 @@ SPEC CHECKSUMS:
16731749
React-jsitracing: 6b3c8c98313642140530f93c46f5a6ca4530b446
16741750
React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304
16751751
React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a
1676-
react-native-cameraroll: 8ffb0af7a5e5de225fd667610e2979fc1f0c2151
1752+
react-native-cameraroll: a9138c165c9975da773d26945591d313992c799b
16771753
react-native-create-thumbnail: ab55d24aea01723cf386f18b0b542aabb1982f27
1678-
react-native-document-picker: 495c444c0c773c6e83a5d91165890ecb1c0a399a
1679-
react-native-file-access: a4398950e02999b5ab97f3055feb7ee28e6615a3
1680-
react-native-image-picker: 60f4246eb5bb7187fc15638a8c1f13abd3820695
1681-
react-native-image-resizer: 00ceb0e05586c7aadf061eea676957a6c2ec60fa
1754+
react-native-document-picker: 5b97e24a7f1a1e4a50a72c540a043f32d29a70a2
1755+
react-native-image-picker: c3afe5472ef870d98a4b28415fc0b928161ee5f7
1756+
react-native-image-resizer: fd0c333eca55147bd55c5e054cac95dcd0da6814
16821757
react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074
1683-
react-native-netinfo: 22c082970cbd99071a4e5aa7a612ac20d66b08f0
1684-
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
1758+
react-native-netinfo: 076df4f9b07f6670acf4ce9a75aac8d34c2e2ccc
1759+
react-native-safe-area-context: b7daa1a8df36095a032dff095a1ea8963cb48371
16851760
react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d
1686-
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
1761+
react-native-video: 449453bcc9e02d17f7d5dd55e07bafd4129cec5c
16871762
React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb
16881763
React-NativeModulesApple: 585d1b78e0597de364d259cb56007052d0bda5e5
16891764
React-perflogger: 7bb9ba49435ff66b666e7966ee10082508a203e8
@@ -1707,23 +1782,24 @@ SPEC CHECKSUMS:
17071782
React-runtimescheduler: 0c80752bceb80924cb8a4babc2a8e3ed70d41e87
17081783
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
17091784
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
1710-
RNAudioRecorderPlayer: 4690a7cd9e4fd8e58d9671936a7bc3b686e59051
1785+
ReactNativeFileAccess: e3b1a0a36b919d20279947aac31c2e939827c93b
1786+
RNAudioRecorderPlayer: f3b4f32d5581a44be0f9eb383dc87f98f941b08b
17111787
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
1712-
RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc
1788+
RNCClipboard: 0a720adef5ec193aa0e3de24c3977222c7e52a37
17131789
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
17141790
RNDateTimePicker: 1dd15d7ed1ab7d999056bc77879a42920d139c12
17151791
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
17161792
RNFBApp: e4439717c23252458da2b41b81b4b475c86f90c4
17171793
RNFBMessaging: 40dac204b4197a2661dec5be964780c6ec39bf65
17181794
RNNotifee: 40cc97ddc290e102894ea5381e90905f50598cfe
17191795
RNNotifeeCore: 2d6233c6e9cf7755b8f460061c7811113043d2d3
1720-
RNPermissions: 215c54462104b3925b412b0fb3c9c497b21c358b
1796+
RNPermissions: 4e3714e18afe7141d000beae3755e5b5fb2f5e05
17211797
RNScreens: 5aeecbb09aa7285379b6e9f3c8a3c859bb16401c
17221798
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
17231799
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
17241800
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
17251801
Yoga: 04f1db30bb810187397fa4c37dd1868a27af229c
1726-
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197
1802+
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c
17271803

17281804
PODFILE CHECKSUM: 854e85b2bbfd7d0e442b6dea393d8c15cb83909e
17291805

0 commit comments

Comments
 (0)