react-crud-mobile 1.0.758 → 1.0.759

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.
@@ -1667,9 +1667,11 @@ function UIElement(props) {
1667
1667
  }, custom, {
1668
1668
  children: /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
1669
1669
  children: [isShowLabel() && /*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
1670
- style: getStyle('labeOuter', {
1671
- flex: 1,
1672
- flexWrap: 'nowrap'
1670
+ style: getStyle('outerLabel', {
1671
+ alignSelf: 'flex-start',
1672
+ flexDirection: 'row',
1673
+ display: 'flex',
1674
+ width: '100%'
1673
1675
  }),
1674
1676
  children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
1675
1677
  style: getStyle('label'),