react-crud-mobile 1.0.830 → 1.0.832

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.
@@ -1395,7 +1395,9 @@ function UIView(_ref) {
1395
1395
  onScroll: onScroll,
1396
1396
  scrollEventThrottle: 16,
1397
1397
  keyboardShouldPersistTaps: "handled",
1398
- contentContainerStyle: scope.getStyle('contentContainer', {}),
1398
+ contentContainerStyle: scope.getStyle('contentContainer', {
1399
+ paddingBottom: 50
1400
+ }),
1399
1401
  style: scope.getStyle('scroll', styles$9.scroll),
1400
1402
  children: /*#__PURE__*/jsxRuntime.jsx(UIChildren, {
1401
1403
  scope: scope,
@@ -1767,11 +1769,11 @@ function UIElement(props) {
1767
1769
  var isCard = scope.is('type|layout', 'card');
1768
1770
  if (isCard) {
1769
1771
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1770
- style: getStyle('card', _extends({}, boxStyle.box, {
1772
+ style: getStyle('box', _extends({}, boxStyle.box, {
1771
1773
  alignSelf: 'stretch'
1772
1774
  })),
1773
1775
  children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1774
- style: getStyle('cardInner', {
1776
+ style: getStyle('boxInner', {
1775
1777
  paddingHorizontal: 15,
1776
1778
  paddingVertical: 10
1777
1779
  }),