@hoddy-ui/next 2.0.52 → 2.0.54
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -948,7 +948,7 @@ var Popup = ({
|
|
|
948
948
|
const { bottom } = (0, import_react_native_safe_area_context3.useSafeAreaInsets)();
|
|
949
949
|
const backdropOpacity = (0, import_react_native_reanimated2.useSharedValue)(0);
|
|
950
950
|
const contentTranslateY = (0, import_react_native_reanimated2.useSharedValue)(1e3);
|
|
951
|
-
const keyboardVerticalOffsetValue = import_react_native11.Platform.OS === "ios" ? -
|
|
951
|
+
const keyboardVerticalOffsetValue = import_react_native11.Platform.OS === "ios" ? -bottom : -bottom * 2;
|
|
952
952
|
(0, import_react11.useEffect)(() => {
|
|
953
953
|
const keyboardDidShowListener = import_react_native11.Keyboard.addListener(
|
|
954
954
|
"keyboardDidShow",
|