diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock index fefea34d59..a489fe136b 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -1254,7 +1254,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.16.3): + - react-native-keyboard-controller (1.16.4): - DoubleConversion - glog - hermes-engine @@ -2105,7 +2105,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 6993c785c22a170c02489bc78ed207814cbd700f React-microtasksnativemodule: 19230cd0933df6f6dc1336c9a9edc382d62638ae react-native-blur: b37343d4df1af48a17444156b674b26d5aec2425 - react-native-keyboard-controller: f8252151f8006f40e59551d10d6f359590ea1e53 + react-native-keyboard-controller: fffb44ec1cc7df6236a9ab03d535a6be1fd27dbc react-native-safe-area-context: 9c33120e9eac7741a5364cc2d9f74665049b76b3 React-nativeconfig: cd0fbb40987a9658c24dab5812c14e5522a64929 React-NativeModulesApple: 45187d13c68d47250a7416b18ff082c7cc07bff7 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6e49c72c1f..285731a1e4 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1255,7 +1255,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.16.3): + - react-native-keyboard-controller (1.16.4): - DoubleConversion - glog - hermes-engine @@ -2028,7 +2028,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 6993c785c22a170c02489bc78ed207814cbd700f React-microtasksnativemodule: 19230cd0933df6f6dc1336c9a9edc382d62638ae react-native-blur: 5b2d13981ad6ce3d15339e135377336cb9be2d68 - react-native-keyboard-controller: 4b7f3e9925556a66e75ceee7ca8f6084d69c5b8b + react-native-keyboard-controller: 210646504322cc8b30584b8c0c72d93425eed366 react-native-safe-area-context: 849d7df29ecb2a7155c769c0b76849ba952c2aa3 react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e React-nativeconfig: cd0fbb40987a9658c24dab5812c14e5522a64929 diff --git a/package.json b/package.json index a29e2421d1..5f427f0f71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.16.3", + "version": "1.16.4", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",