react-crud-mobile 1.3.2 → 1.3.3

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.
@@ -1943,7 +1943,8 @@ function UIElement(props) {
1943
1943
  }
1944
1944
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
1945
1945
  style: getStyle('container', {
1946
- padding: 2
1946
+ padding: 2,
1947
+ width: '100%'
1947
1948
  }),
1948
1949
  children: props.children
1949
1950
  });