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
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.18.1):
- react-native-keyboard-controller (1.18.5):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -2032,7 +2032,7 @@ PODS:
- React-hermes
- React-ImageManager
- React-jsi
- react-native-keyboard-controller/common (= 1.18.1)
- react-native-keyboard-controller/common (= 1.18.5)
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
Expand All @@ -2042,7 +2042,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller/common (1.18.1):
- react-native-keyboard-controller/common (1.18.5):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -3855,7 +3855,7 @@ SPEC CHECKSUMS:
react-native-geolocation: d5114c4ea019574f76344eca8503555ba1208b46
react-native-image-picker: 05b58a33b780623da2f891c55dcc57c6aa867d83
react-native-key-command: b04997038f8fe4a03b711abe36cd84ced93c50b3
react-native-keyboard-controller: bf564ee7ea1a9b4681aa83989a06f3990b4291a1
react-native-keyboard-controller: be15b0f8fdfd9ee0370f5bc7dab5ed2cfc3ef5e5
react-native-launch-arguments: 5f41e0abf88a15e3c5309b8875d6fd5ac43df49d
react-native-netinfo: b8577cba87fbe7b7740c279ee23d25d7c5d87666
react-native-pager-view: 12c1b7b6f50efb3e5d57d62ea5c601cba0585bfd
Expand Down
6 changes: 4 additions & 2 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 @@ -174,7 +174,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.18.1",
"react-native-keyboard-controller": "1.18.5",
"react-native-launch-arguments": "^4.0.2",
"react-native-localize": "^2.2.6",
"react-native-modal": "^13.0.0",
Expand Down
Loading