Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,32 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.16.7):
- react-native-keyboard-controller (1.18.1):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.11.18.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-hermes
- React-ImageManager
- React-jsi
- react-native-keyboard-controller/common (= 1.18.1)
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller/common (1.18.1):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -3824,7 +3849,7 @@ SPEC CHECKSUMS:
react-native-geolocation: d5114c4ea019574f76344eca8503555ba1208b46
react-native-image-picker: 05b58a33b780623da2f891c55dcc57c6aa867d83
react-native-key-command: b04997038f8fe4a03b711abe36cd84ced93c50b3
react-native-keyboard-controller: 8fd0fed639fcc91bb8986113d3b4a58b7d1567c0
react-native-keyboard-controller: 2602bca1715435e3742c5a69d45ff42c1d97e1b9
react-native-launch-arguments: 5f41e0abf88a15e3c5309b8875d6fd5ac43df49d
react-native-netinfo: b8577cba87fbe7b7740c279ee23d25d7c5d87666
react-native-pager-view: 12c1b7b6f50efb3e5d57d62ea5c601cba0585bfd
Expand Down
20 changes: 15 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"react-native-image-picker": "^7.1.2",
"react-native-image-size": "git+https://github.com/Expensify/react-native-image-size#cb392140db4953a283590d7cf93b4d0461baa2a9",
"react-native-key-command": "1.0.14",
"react-native-keyboard-controller": "1.16.7",
"react-native-keyboard-controller": "1.18.1",
"react-native-launch-arguments": "^4.0.2",
"react-native-localize": "^2.2.6",
"react-native-modal": "^13.0.0",
Expand Down
Loading