react-crud-mobile 1.3.172 → 1.3.174

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.
@@ -2150,7 +2150,6 @@ function UIElement(props) {
2150
2150
  if (scope.isInput() || original.container) {
2151
2151
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
2152
2152
  style: getStyle('container', {
2153
- padding: 5,
2154
2153
  width: '100%'
2155
2154
  }),
2156
2155
  children: props.children
@@ -2271,7 +2270,7 @@ var boxStyle = /*#__PURE__*/reactNative.StyleSheet.create({
2271
2270
  }
2272
2271
  });
2273
2272
  var box = /*#__PURE__*/_extends({}, boxStyle.box);
2274
- //v2
2273
+ //v3
2275
2274
  var elementStyle = {};
2276
2275
  elementStyle.view = {
2277
2276
  inner: {