@papyrus-sdk/ui-react-native 0.2.18-beta.0 → 0.2.18-beta.1
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24041,7 +24041,9 @@ function DedicatedAndroidPdfViewer({
|
|
|
24041
24041
|
setSelection(null);
|
|
24042
24042
|
selectionRef.current = null;
|
|
24043
24043
|
}, []);
|
|
24044
|
-
if (!engineId)
|
|
24044
|
+
if (!engineId) {
|
|
24045
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_react_native3.View, { style: styles3.container });
|
|
24046
|
+
}
|
|
24045
24047
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_react_native3.View, { style: styles3.container, children: [
|
|
24046
24048
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
24047
24049
|
import_engine_native2.PapyrusPdfViewerView,
|