@hoddy-ui/next 2.0.52 → 2.0.53

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 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" ? -10 : -bottom * 2;
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",