react-crud-mobile 1.3.155 → 1.3.156

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.
@@ -1426,15 +1426,24 @@ function UIModal(_ref) {
1426
1426
  children: children
1427
1427
  });
1428
1428
  }
1429
- return /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
1430
- contentContainerStyle: {
1431
- flexGrow: 1,
1432
- paddingBottom: 50
1429
+ return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1430
+ style: {
1431
+ flex: 1,
1432
+ paddingLeft: 15,
1433
+ paddingRight: 15,
1434
+ paddingTop: 10,
1435
+ paddingBottom: 10
1433
1436
  },
1434
- style: style('modalContent'),
1435
- nestedScrollEnabled: true,
1436
- ref: scrollRef,
1437
- children: children
1437
+ children: /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
1438
+ contentContainerStyle: {
1439
+ flexGrow: 1,
1440
+ paddingBottom: 50
1441
+ },
1442
+ style: style('modalContent'),
1443
+ nestedScrollEnabled: true,
1444
+ ref: scrollRef,
1445
+ children: children
1446
+ })
1438
1447
  });
1439
1448
  };
1440
1449
  var ModalView = function ModalView(_ref3) {
@@ -1484,16 +1493,7 @@ function UIModal(_ref) {
1484
1493
  children: headerRight
1485
1494
  })]
1486
1495
  }), /*#__PURE__*/jsxRuntime.jsx(ModalContent, {
1487
- children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1488
- style: {
1489
- flex: 1,
1490
- paddingLeft: 15,
1491
- paddingRight: 15,
1492
- paddingTop: 10,
1493
- paddingBottom: 10
1494
- },
1495
- children: /*#__PURE__*/jsxRuntime.jsx(Content, {})
1496
- })
1496
+ children: /*#__PURE__*/jsxRuntime.jsx(Content, {})
1497
1497
  }), bottom]
1498
1498
  }), /*#__PURE__*/jsxRuntime.jsx(UIToast, {})]
1499
1499
  });