Skip to content

Commit 70064d6

Browse files
committed
fix: update RNKC and RNPV to latest versions
1 parent b584a9d commit 70064d6

3 files changed

Lines changed: 20 additions & 18 deletions

File tree

ios/Podfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,7 +2486,7 @@ PODS:
24862486
- ReactCommon/turbomodule/core
24872487
- SocketRocket
24882488
- Yoga
2489-
- react-native-keyboard-controller (1.18.5):
2489+
- react-native-keyboard-controller (1.20.6):
24902490
- boost
24912491
- DoubleConversion
24922492
- fast_float
@@ -2504,7 +2504,7 @@ PODS:
25042504
- React-graphics
25052505
- React-ImageManager
25062506
- React-jsi
2507-
- react-native-keyboard-controller/common (= 1.18.5)
2507+
- react-native-keyboard-controller/common (= 1.20.6)
25082508
- React-NativeModulesApple
25092509
- React-RCTFabric
25102510
- React-renderercss
@@ -2515,7 +2515,7 @@ PODS:
25152515
- ReactCommon/turbomodule/core
25162516
- SocketRocket
25172517
- Yoga
2518-
- react-native-keyboard-controller/common (1.18.5):
2518+
- react-native-keyboard-controller/common (1.20.6):
25192519
- boost
25202520
- DoubleConversion
25212521
- fast_float
@@ -2573,7 +2573,7 @@ PODS:
25732573
- ReactCommon/turbomodule/core
25742574
- SocketRocket
25752575
- Yoga
2576-
- react-native-pager-view (7.0.2):
2576+
- react-native-pager-view (8.0.0):
25772577
- boost
25782578
- DoubleConversion
25792579
- fast_float
@@ -2600,6 +2600,7 @@ PODS:
26002600
- ReactCommon/turbomodule/bridging
26012601
- ReactCommon/turbomodule/core
26022602
- SocketRocket
2603+
- SwiftUIIntrospect (~> 1.0)
26032604
- Yoga
26042605
- react-native-pdf (7.0.2):
26052606
- boost
@@ -4156,6 +4157,7 @@ PODS:
41564157
- SDWebImage/Core (~> 5.17)
41574158
- Sentry/HybridSDK (8.57.2)
41584159
- SocketRocket (0.7.1)
4160+
- SwiftUIIntrospect (1.3.0)
41594161
- Turf (2.8.0)
41604162
- TweetNacl (1.0.2)
41614163
- UMAppLoader (6.0.8)
@@ -4188,8 +4190,6 @@ DEPENDENCIES:
41884190
- ExpoStoreReview (from `../node_modules/expo-store-review/ios`)
41894191
- ExpoVideo (from `../node_modules/expo-video/ios`)
41904192
- EXTaskManager (from `../node_modules/expo-task-manager/ios`)
4191-
- fast_float (from `../node_modules/react-native/third-party-podspecs/fast_float.podspec`)
4192-
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
41934193
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
41944194
- "FullStory (from `{:http=>\"https://ios-releases.fullstory.com/fullstory-1.64.2-xcframework.tar.gz\"}`)"
41954195
- "fullstory_react-native (from `../node_modules/@fullstory/react-native`)"
@@ -4367,6 +4367,7 @@ SPEC REPOS:
43674367
- SDWebImageWebPCoder
43684368
- Sentry
43694369
- SocketRocket
4370+
- SwiftUIIntrospect
43704371
- Turf
43714372
- TweetNacl
43724373

@@ -4783,10 +4784,10 @@ SPEC CHECKSUMS:
47834784
react-native-get-random-values: d16467cf726c618e9c7a8c3c39c31faa2244bbba
47844785
react-native-image-picker: 1722f5d3dc5de5039d423e290dc31a717ba9605e
47854786
react-native-key-command: 7538df85ed26502b2a929c0584235459b26c7a91
4786-
react-native-keyboard-controller: c4ca61f44d66c2f8987a7e67e9b78e80dc965c45
4787+
react-native-keyboard-controller: 40b005f1202d68566a2d058ddc148a3ea8d73288
47874788
react-native-launch-arguments: d4759f7591e2766e6c5ec746b7032429edaf7058
47884789
react-native-netinfo: f94b3a0fc305e812f3f615989d99299d7110c2ae
4789-
react-native-pager-view: b93d2fcd4dc06c519b8ad0ceddaf183fb5fa32e7
4790+
react-native-pager-view: c62ab82db28e2d11e7809c59085e2984a45979c5
47904791
react-native-pdf: 6a09a9be0e7ee954ea671437483316f9a28f8572
47914792
react-native-performance: a7a65d0b0f3055c5db33e1433e4345143ef6a100
47924793
react-native-plaid-link-sdk: 425c0a3a923310fcd8489142209ff1508372a7bf
@@ -4857,6 +4858,7 @@ SPEC CHECKSUMS:
48574858
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
48584859
Sentry: 83a3814c3ca042874b39c5c5bdffb6570d4d760e
48594860
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
4861+
SwiftUIIntrospect: fee9aa07293ee280373a591e1824e8ddc869ba5d
48604862
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e
48614863
TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6
48624864
UMAppLoader: 145337733539f9af9b3dd97eeaa7f3bd97cacb23

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@
185185
"react-native-image-picker": "^7.1.2",
186186
"react-native-image-size": "git+https://github.com/Expensify/react-native-image-size#8a1c3b7359977462cdd4e63b09ea45afbd3d77c7",
187187
"react-native-key-command": "1.0.14",
188-
"react-native-keyboard-controller": "1.18.5",
188+
"react-native-keyboard-controller": "1.20.6",
189189
"react-native-launch-arguments": "^4.1.0",
190190
"react-native-localize": "^3.5.4",
191191
"react-native-nitro-modules": "0.29.4",
192192
"react-native-nitro-sqlite": "9.2.0",
193193
"react-native-onyx": "3.0.32",
194-
"react-native-pager-view": "7.0.2",
194+
"react-native-pager-view": "8.0.0",
195195
"react-native-pdf": "7.0.2",
196196
"react-native-performance": "^6.0.0",
197197
"react-native-permissions": "^5.4.0",

0 commit comments

Comments
 (0)