@papyrus-sdk/ui-react-native 0.2.18-beta.4 → 0.2.18-beta.5

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.mjs CHANGED
@@ -28570,7 +28570,6 @@ var SettingsSheet = ({
28570
28570
  useEffect9(() => {
28571
28571
  if (visible) setHasBeenVisible(true);
28572
28572
  }, [visible]);
28573
- if (!hasBeenVisible) return null;
28574
28573
  const renderBackdrop = useCallback5(
28575
28574
  (props) => /* @__PURE__ */ jsx12(
28576
28575
  BottomSheetBackdrop2,
@@ -28609,6 +28608,7 @@ var SettingsSheet = ({
28609
28608
  engine.setZoom(next);
28610
28609
  setDocumentState({ zoom: next });
28611
28610
  };
28611
+ if (!hasBeenVisible) return null;
28612
28612
  return /* @__PURE__ */ jsx12(View11, { style: styles11.modalRoot, pointerEvents: "box-none", children: /* @__PURE__ */ jsx12(
28613
28613
  BottomSheet2,
28614
28614
  {