react-crud-mobile 1.3.149 → 1.3.150

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.
@@ -1453,7 +1453,12 @@ function UIModal(_ref) {
1453
1453
  };
1454
1454
  var ModalInner = function ModalInner() {
1455
1455
  if (original["transient"]) {
1456
- return /*#__PURE__*/jsxRuntime.jsx(Content, {});
1456
+ return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1457
+ style: {
1458
+ flex: 1
1459
+ },
1460
+ children: /*#__PURE__*/jsxRuntime.jsx(Content, {})
1461
+ });
1457
1462
  }
1458
1463
  return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
1459
1464
  children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.SafeAreaView, {