@tecsinapse/react-native-kit 4.0.0-beta.8 → 4.0.0-beta.9

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.
@@ -130,6 +130,7 @@ const ModalView = ({
130
130
  ...isLastShown && isRaiseKeyboard && {
131
131
  paddingBottom: getKeyboardHeight(keyboardOpened)
132
132
  },
133
+ ...!isLastShown && isRaiseKeyboard && { paddingBottom: 0 },
133
134
  opacity: opacityCarrier,
134
135
  transform: [{ translateY: translationCarrier }]
135
136
  },
@@ -128,6 +128,7 @@ const ModalView = ({
128
128
  ...isLastShown && isRaiseKeyboard && {
129
129
  paddingBottom: getKeyboardHeight(keyboardOpened)
130
130
  },
131
+ ...!isLastShown && isRaiseKeyboard && { paddingBottom: 0 },
131
132
  opacity: opacityCarrier,
132
133
  transform: [{ translateY: translationCarrier }]
133
134
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tecsinapse/react-native-kit",
3
3
  "description": "React Native components library",
4
- "version": "4.0.0-beta.8",
4
+ "version": "4.0.0-beta.9",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -40,5 +40,5 @@
40
40
  "react-native-safe-area-context": "^4.0.0",
41
41
  "react-native-vector-icons": "^9.2.0"
42
42
  },
43
- "gitHead": "d7afd1bf1ecb9cbf5095a1dd42ffceb3063184c8"
43
+ "gitHead": "d6e1ad27b33a230565729b2e625a0967b9aa686b"
44
44
  }