@abihealth/goapp-react-native 1.13.13 → 1.13.14

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.
@@ -169,7 +169,7 @@ var Reminder = function (_a) {
169
169
  var _a;
170
170
  var tabBarHeight = 40; // TODO remove hardcoded value when not in dev
171
171
  if (platform_1.isIOS)
172
- setKeyboardHeight(((_a = e === null || e === void 0 ? void 0 : e.endCoordinates) === null || _a === void 0 ? void 0 : _a.height) + tabBarHeight);
172
+ setKeyboardHeight((_a = e === null || e === void 0 ? void 0 : e.endCoordinates) === null || _a === void 0 ? void 0 : _a.height);
173
173
  };
174
174
  (0, react_1.useEffect)(function () {
175
175
  react_native_1.Keyboard.addListener('keyboardDidShow', onKeyboardChange);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abihealth/goapp-react-native",
3
- "version": "1.13.13",
3
+ "version": "1.13.14",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"