react-crud-mobile 1.0.831 → 1.0.833

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,