@papyrus-sdk/ui-react-native 0.2.18-beta.1 → 0.2.18-beta.2

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
@@ -28607,11 +28607,10 @@ var SettingsSheet = ({
28607
28607
  engine.setZoom(next);
28608
28608
  setDocumentState({ zoom: next });
28609
28609
  };
28610
- if (!visible) return null;
28611
28610
  return /* @__PURE__ */ jsx12(View11, { style: styles11.modalRoot, pointerEvents: "box-none", children: /* @__PURE__ */ jsx12(
28612
28611
  BottomSheet2,
28613
28612
  {
28614
- index: 0,
28613
+ index: visible ? 0 : -1,
28615
28614
  snapPoints,
28616
28615
  enablePanDownToClose: true,
28617
28616
  onClose,