react-crud-mobile 1.3.557 → 1.3.558
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/src/elements/core/UIModal.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -1523,7 +1523,7 @@ function UIModal(props) {
|
|
|
1523
1523
|
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(UIToast, {})
|
|
1524
1524
|
] });
|
|
1525
1525
|
};
|
|
1526
|
-
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_native17.Modal, { animationType: "slide",
|
|
1526
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react_native17.Modal, { animationType: "slide", visible: true, onRequestClose: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(ModalInner, {}) }, key);
|
|
1527
1527
|
}
|
|
1528
1528
|
var styles9 = import_react_native17.StyleSheet.create({
|
|
1529
1529
|
modalTop: {
|