react-crud-mobile 1.3.72 → 1.3.73

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.
@@ -1574,19 +1574,22 @@ function UIView(_ref) {
1574
1574
  children: children
1575
1575
  });
1576
1576
  }
1577
- return /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
1578
- onScroll: onScroll,
1579
- scrollEventThrottle: 16,
1580
- ref: scrollRef,
1581
- nestedScrollEnabled: true,
1582
- keyboardShouldPersistTaps: "handled",
1583
- contentContainerStyle: scope.getStyle('contentContainer', {
1584
- paddingBottom: 50
1585
- }),
1586
- style: scope.getStyle('scroll', styles$9.scroll),
1587
- children: /*#__PURE__*/jsxRuntime.jsx(UIChildren, {
1588
- scope: scope,
1589
- children: children
1577
+ return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1578
+ style: scope.getStyle('container', styles$9.container),
1579
+ children: /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
1580
+ onScroll: onScroll,
1581
+ scrollEventThrottle: 16,
1582
+ ref: scrollRef,
1583
+ nestedScrollEnabled: true,
1584
+ keyboardShouldPersistTaps: "handled",
1585
+ contentContainerStyle: scope.getStyle('contentContainer', {
1586
+ paddingBottom: 50
1587
+ }),
1588
+ style: scope.getStyle('scroll', styles$9.scroll),
1589
+ children: /*#__PURE__*/jsxRuntime.jsx(UIChildren, {
1590
+ scope: scope,
1591
+ children: children
1592
+ })
1590
1593
  })
1591
1594
  });
1592
1595
  };
@@ -1594,10 +1597,7 @@ function UIView(_ref) {
1594
1597
  children: [hasHeader && /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1595
1598
  style: headerStyleFull,
1596
1599
  children: /*#__PURE__*/jsxRuntime.jsx(AuxHeader, {})
1597
- }), /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1598
- style: scope.getStyle('container', styles$9.container),
1599
- children: /*#__PURE__*/jsxRuntime.jsx(Container, {})
1600
- }), /*#__PURE__*/jsxRuntime.jsx(UIToast, {})]
1600
+ }), /*#__PURE__*/jsxRuntime.jsx(Container, {}), /*#__PURE__*/jsxRuntime.jsx(UIToast, {})]
1601
1601
  });
1602
1602
  }
1603
1603
  var styles$9 = /*#__PURE__*/reactNative.StyleSheet.create({