react-native-keyboard-controller 1.5.3 → 1.5.4

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.
@@ -116,7 +116,7 @@ public class KeyboardMovementObserver: NSObject {
116
116
  }
117
117
 
118
118
  hasKVObserver = false
119
- keyboardView?.removeObserver(self, forKeyPath: "center", context: nil)
119
+ _keyboardView?.removeObserver(self, forKeyPath: "center", context: nil)
120
120
  }
121
121
 
122
122
  // swiftlint:disable:next block_based_kvo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-keyboard-controller",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
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",