react-native-keyboard-controller 1.18.0 → 1.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,7 @@ class KeyboardControllerViewManagerImpl {
22
22
 
23
23
  fun invalidate() {
24
24
  listener?.detachListener()
25
+ listener = null
25
26
  }
26
27
 
27
28
  fun setEnabled(
@@ -165,4 +165,11 @@ RCT_EXPORT_MODULE(KeyboardBackgroundViewManager)
165
165
  }
166
166
  }
167
167
 
168
+ #ifdef RCT_NEW_ARCH_ENABLED
169
+ Class<RCTComponentViewProtocol> KeyboardBackgroundViewCls(void)
170
+ {
171
+ return KeyboardBackgroundView.class;
172
+ }
173
+ #endif
174
+
168
175
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-keyboard-controller",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "Keyboard manager which works in identical way on both iOS and Android",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",