react-crud-mobile 1.3.174 → 1.3.175

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,6 +2150,7 @@ function UIElement(props) {
2150
2150
  if (scope.isInput() || original.container) {
2151
2151
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
2152
2152
  style: getStyle('container', {
2153
+ paddingHorizontal: 5,
2153
2154
  width: '100%'
2154
2155
  }),
2155
2156
  children: props.children