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.
@@ -1444,7 +1444,12 @@ function UIModal(_ref) {
1444
1444
  };
1445
1445
  var ModalInner = function ModalInner() {
1446
1446
  if (original["transient"]) {
1447
- return /*#__PURE__*/jsx(Content, {});
1447
+ return /*#__PURE__*/jsx(View, {
1448
+ style: {
1449
+ flex: 1
1450
+ },
1451
+ children: /*#__PURE__*/jsx(Content, {})
1452
+ });
1448
1453
  }
1449
1454
  return /*#__PURE__*/jsxs(Fragment, {
1450
1455
  children: [/*#__PURE__*/jsx(SafeAreaView, {