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 FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.17.1):
- react-native-keyboard-controller (1.17.2):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1295,7 +1295,7 @@ PODS:
- React-featureflags
- React-graphics
- React-ImageManager
- react-native-keyboard-controller/common (= 1.17.1)
- react-native-keyboard-controller/common (= 1.17.2)
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
Expand All @@ -1304,7 +1304,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller/common (1.17.1):
- react-native-keyboard-controller/common (1.17.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2186,7 +2186,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de
React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78
react-native-blur: b37343d4df1af48a17444156b674b26d5aec2425
react-native-keyboard-controller: cb2c8b7b044460ef86d55cd0ce1909e5bedb5ae3
react-native-keyboard-controller: 45df959b63ef02a37d624f3729daa019959f147d
react-native-safe-area-context: 9c33120e9eac7741a5364cc2d9f74665049b76b3
React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1
React-perflogger: ab51b7592532a0ea45bf6eed7e6cae14a368b678
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.17.1):
- react-native-keyboard-controller (1.17.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2087,7 +2087,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de
React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78
react-native-blur: 5b2d13981ad6ce3d15339e135377336cb9be2d68
react-native-keyboard-controller: 5bcceb489411b807e9ea210a2e0192778adfb7ca
react-native-keyboard-controller: 0d7399efb14ea4c3ce26a488ba18feb2602b0a0f
react-native-safe-area-context: 849d7df29ecb2a7155c769c0b76849ba952c2aa3
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-controller",
"version": "1.17.1",
"version": "1.17.2",
"description": "Keyboard manager which works in identical way on both iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down