Skip to content

Commit babf036

Browse files
authored
chore: release 1.19.0 (#1144)
# Release Version 1.19.0
1 parent c9680ad commit babf036

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

FabricExample/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ PODS:
17391739
- ReactCommon/turbomodule/core
17401740
- SocketRocket
17411741
- Yoga
1742-
- react-native-keyboard-controller (1.18.6):
1742+
- react-native-keyboard-controller (1.19.0):
17431743
- boost
17441744
- DoubleConversion
17451745
- fast_float
@@ -1758,7 +1758,7 @@ PODS:
17581758
- React-hermes
17591759
- React-ImageManager
17601760
- React-jsi
1761-
- react-native-keyboard-controller/common (= 1.18.6)
1761+
- react-native-keyboard-controller/common (= 1.19.0)
17621762
- React-NativeModulesApple
17631763
- React-RCTFabric
17641764
- React-renderercss
@@ -1769,7 +1769,7 @@ PODS:
17691769
- ReactCommon/turbomodule/core
17701770
- SocketRocket
17711771
- Yoga
1772-
- react-native-keyboard-controller/common (1.18.6):
1772+
- react-native-keyboard-controller/common (1.19.0):
17731773
- boost
17741774
- DoubleConversion
17751775
- fast_float
@@ -3002,7 +3002,7 @@ SPEC CHECKSUMS:
30023002
React-microtasksnativemodule: 4f1ef719ba6c7ebbd2d75346ffa2916f9b4771c9
30033003
react-native-advanced-input-mask: 9c3752d9b082bf16014a25f18ed09b42c25ed532
30043004
react-native-blur: 736888dd75460ec75605254214caded098066cfc
3005-
react-native-keyboard-controller: b1af08e5705dd3216555b4055a4d469b5f6e1290
3005+
react-native-keyboard-controller: e92ff58ba66a047b692150386d850eeefd21e112
30063006
react-native-safe-area-context: 6775aa9089fa84b77abd7ebdcf45e224a2a2ad3e
30073007
React-NativeModulesApple: f6f696e510b9d89c3c06b7764f56947dc13ae922
30083008
React-oscompat: 114036cd8f064558c9c1a0c04fc9ae5e1453706a

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,7 +1709,7 @@ PODS:
17091709
- ReactCommon/turbomodule/core
17101710
- SocketRocket
17111711
- Yoga
1712-
- react-native-keyboard-controller (1.18.6):
1712+
- react-native-keyboard-controller (1.19.0):
17131713
- boost
17141714
- DoubleConversion
17151715
- fast_float
@@ -2791,7 +2791,7 @@ SPEC CHECKSUMS:
27912791
React-Mapbuffer: 9a7c65078c6851397c1999068989e4fc239d0c80
27922792
React-microtasksnativemodule: 4f1ef719ba6c7ebbd2d75346ffa2916f9b4771c9
27932793
react-native-blur: 92fad22d975461bc33ac1814eb9afb6cab26f51a
2794-
react-native-keyboard-controller: 7f8310f627d4763fc0fb443eb5a0faed4aa18d90
2794+
react-native-keyboard-controller: dc13036e3689656ba504032be700449b32769fc8
27952795
react-native-safe-area-context: 583e6d44b8500e4d4738119118d1fc01d754bfc0
27962796
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
27972797
React-NativeModulesApple: f6f696e510b9d89c3c06b7764f56947dc13ae922

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keyboard-controller",
3-
"version": "1.18.6",
3+
"version": "1.19.0",
44
"description": "Keyboard manager which works in identical way on both iOS and Android",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)