diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 7bd4cc6e6..34328119d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1273,7 +1273,9 @@ PODS: - React-jsi (= 0.73.5) - React-logger (= 0.73.5) - React-perflogger (= 0.73.5) - - ReactNativeAvoidSoftinput (4.0.2): + - ReactNativeAvoidSoftinput (5.0.0): + - glog + - RCT-Folly (= 2022.05.16.00) - React-Core - ReactNativeKeyboardManager (6.5.11-2): - IQKeyboardManagerSwift (= 6.5.11) @@ -1815,7 +1817,7 @@ SPEC CHECKSUMS: React-runtimescheduler: ed71ec64a3e5cf509d74dfe9e25d72b04c84a3ad React-utils: 74fc896195fb41a1f7dcd5737d89be59c1fdccc4 ReactCommon: ab6655d0224cf39c997ea634d257c609d345e23d - ReactNativeAvoidSoftinput: b4ec4c8084c397a91800d21170a9949a263d288a + ReactNativeAvoidSoftinput: a07f8c02db6865d6f91cae74d78936a116a0a9c1 ReactNativeKeyboardManager: 60292dbac467c49841a7d69588208ec4a4f7b2a2 RNAppleAuthentication: 0571c08da8c327ae2afc0261b48b4a515b0286a6 RNBackgroundFetch: 35c7183f6eeff69396d42c4b206e1ae2a21e9327 diff --git a/package.json b/package.json index 057b842dd..3fb430b41 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "react-i18next": "^12", "react-native": "0.73.5", "react-native-autocomplete-input": "^5.4.0", - "react-native-avoid-softinput": "^4.0.2", + "react-native-avoid-softinput": "^5.0.0", "react-native-background-fetch": "^4.2.2", "react-native-background-geolocation": "^4.15.0", "react-native-ble-manager": "^8.4.4", diff --git a/yarn.lock b/yarn.lock index b59c8ec75..9035d1bd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12775,10 +12775,10 @@ react-native-autocomplete-input@^5.4.0: dependencies: deprecated-react-native-prop-types "^2.3.0" -react-native-avoid-softinput@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/react-native-avoid-softinput/-/react-native-avoid-softinput-4.0.2.tgz#30825e7666b530c5d3e555a7778bd50f1431d0c3" - integrity sha512-/i8xNWGjpu3hEPCVjW2WsWTsM/mC4zTBr3DabOrdPfgw9Ww0Na69YQY1TSXCjbTjJmWwfTToPK5OEVm+ZwHmiQ== +react-native-avoid-softinput@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/react-native-avoid-softinput/-/react-native-avoid-softinput-5.0.0.tgz#651ff4d1d44685bc185ffa0ee49687488a91e3b8" + integrity sha512-hpyWhBLiWcMqKbnhH1uQ+xWjv8b9L4sxIUyWiRE4F2O7lk7KlOvMKcpdl7Xxb6cyBOUNQxxtqN0btOAC6hT6oQ== react-native-background-fetch@^4.2.2: version "4.2.2"