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 @@ -1836,7 +1836,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- react-native-keyboard-controller (1.19.6):
- react-native-keyboard-controller (1.20.0):
- boost
- DoubleConversion
- fast_float
Expand All @@ -1854,7 +1854,7 @@ PODS:
- React-graphics
- React-ImageManager
- React-jsi
- react-native-keyboard-controller/common (= 1.19.6)
- react-native-keyboard-controller/common (= 1.20.0)
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
Expand All @@ -1865,7 +1865,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- react-native-keyboard-controller/common (1.19.6):
- react-native-keyboard-controller/common (1.20.0):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -3117,7 +3117,7 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: 44b44a4d3cd6ffb85d928abf741acdc26722de2e
react-native-advanced-input-mask: 7e8cb58287774c4447485387661abe946d0e0bb2
react-native-blur: ba0e9ad6274783c8d45f42da82acae02e25784ad
react-native-keyboard-controller: a7a0de5469fa3d7e4d9be0a81d08bcb72719b1f6
react-native-keyboard-controller: dbf3e80b4493c376d7bfb59779395b117e4c8698
react-native-safe-area-context: 6d8a7b750e496e37bda47c938320bf2c734d441f
React-NativeModulesApple: b5d18bc109c45c9a1c6b71664991b5cc3adc4e48
React-oscompat: 93b5535ea7f7dff46aaee4f78309a70979bdde9d
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- react-native-keyboard-controller (1.19.6):
- react-native-keyboard-controller (1.20.0):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2912,7 +2912,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 33f678ee25b6c0ee2b01b1ecec08e3e02424cefe
React-microtasksnativemodule: 44b44a4d3cd6ffb85d928abf741acdc26722de2e
react-native-blur: 2181432139e3b470cad492f7729cb640cee60045
react-native-keyboard-controller: 0d42a2109e333afec9a8b1c299f97c441e689b94
react-native-keyboard-controller: b02790bbe7886975585513cd56f77392616b1ce2
react-native-safe-area-context: aac2745e96999c8633d2f6119e4e39b499c2ac8b
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-NativeModulesApple: b5d18bc109c45c9a1c6b71664991b5cc3adc4e48
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.19.6",
"version": "1.20.0",
"description": "Keyboard manager which works in identical way on both iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down