Skip to content

Commit b7dc545

Browse files
authored
Merge pull request Expensify#80478 from margelo/fix/keyboard-controller-missing-animations-v3
fix: update RNKC and RNPV to latest versions
2 parents cc15cd7 + fb7aee0 commit b7dc545

3 files changed

Lines changed: 21 additions & 17 deletions

File tree

ios/Podfile.lock

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@ PODS:
24852485
- ReactCommon/turbomodule/core
24862486
- SocketRocket
24872487
- Yoga
2488-
- react-native-keyboard-controller (1.18.5):
2488+
- react-native-keyboard-controller (1.20.6):
24892489
- boost
24902490
- DoubleConversion
24912491
- fast_float
@@ -2503,7 +2503,7 @@ PODS:
25032503
- React-graphics
25042504
- React-ImageManager
25052505
- React-jsi
2506-
- react-native-keyboard-controller/common (= 1.18.5)
2506+
- react-native-keyboard-controller/common (= 1.20.6)
25072507
- React-NativeModulesApple
25082508
- React-RCTFabric
25092509
- React-renderercss
@@ -2514,7 +2514,7 @@ PODS:
25142514
- ReactCommon/turbomodule/core
25152515
- SocketRocket
25162516
- Yoga
2517-
- react-native-keyboard-controller/common (1.18.5):
2517+
- react-native-keyboard-controller/common (1.20.6):
25182518
- boost
25192519
- DoubleConversion
25202520
- fast_float
@@ -2572,7 +2572,7 @@ PODS:
25722572
- ReactCommon/turbomodule/core
25732573
- SocketRocket
25742574
- Yoga
2575-
- react-native-pager-view (7.0.2):
2575+
- react-native-pager-view (8.0.0):
25762576
- boost
25772577
- DoubleConversion
25782578
- fast_float
@@ -2599,6 +2599,7 @@ PODS:
25992599
- ReactCommon/turbomodule/bridging
26002600
- ReactCommon/turbomodule/core
26012601
- SocketRocket
2602+
- SwiftUIIntrospect (~> 1.0)
26022603
- Yoga
26032604
- react-native-pdf (7.0.2):
26042605
- boost
@@ -4127,6 +4128,7 @@ PODS:
41274128
- SDWebImage/Core (~> 5.17)
41284129
- Sentry/HybridSDK (8.57.2)
41294130
- SocketRocket (0.7.1)
4131+
- SwiftUIIntrospect (1.3.0)
41304132
- Turf (2.8.0)
41314133
- TweetNacl (1.0.2)
41324134
- UMAppLoader (6.0.8)
@@ -4337,6 +4339,7 @@ SPEC REPOS:
43374339
- SDWebImageWebPCoder
43384340
- Sentry
43394341
- SocketRocket
4342+
- SwiftUIIntrospect
43404343
- Turf
43414344
- TweetNacl
43424345

@@ -4751,10 +4754,10 @@ SPEC CHECKSUMS:
47514754
react-native-get-random-values: d16467cf726c618e9c7a8c3c39c31faa2244bbba
47524755
react-native-image-picker: 1722f5d3dc5de5039d423e290dc31a717ba9605e
47534756
react-native-key-command: 7538df85ed26502b2a929c0584235459b26c7a91
4754-
react-native-keyboard-controller: c4ca61f44d66c2f8987a7e67e9b78e80dc965c45
4755-
react-native-launch-arguments: d4759f7591e2766e6c5ec746b7032429edaf7058
4757+
react-native-keyboard-controller: 40b005f1202d68566a2d058ddc148a3ea8d73288
4758+
react-native-launch-arguments: eab68037b01ea7c78a0b3b55da3a5e967e9aaf92
47564759
react-native-netinfo: f94b3a0fc305e812f3f615989d99299d7110c2ae
4757-
react-native-pager-view: b93d2fcd4dc06c519b8ad0ceddaf183fb5fa32e7
4760+
react-native-pager-view: c62ab82db28e2d11e7809c59085e2984a45979c5
47584761
react-native-pdf: 6a09a9be0e7ee954ea671437483316f9a28f8572
47594762
react-native-performance: a7a65d0b0f3055c5db33e1433e4345143ef6a100
47604763
react-native-plaid-link-sdk: 425c0a3a923310fcd8489142209ff1508372a7bf
@@ -4824,6 +4827,7 @@ SPEC CHECKSUMS:
48244827
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
48254828
Sentry: 83a3814c3ca042874b39c5c5bdffb6570d4d760e
48264829
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
4830+
SwiftUIIntrospect: fee9aa07293ee280373a591e1824e8ddc869ba5d
48274831
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e
48284832
TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6
48294833
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)