react-crud-mobile 1.0.782 → 1.0.784

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.
@@ -1692,6 +1692,7 @@ function UIElement(props) {
1692
1692
  alignSelf: 'flex-start',
1693
1693
  flexDirection: 'row',
1694
1694
  display: 'flex',
1695
+ justifyContent: 'space-between',
1695
1696
  width: '100%'
1696
1697
  }),
1697
1698
  children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
@@ -1844,7 +1845,6 @@ var styles$a = /*#__PURE__*/reactNative.StyleSheet.create({
1844
1845
  alignItems: 'flex-start'
1845
1846
  },
1846
1847
  label: {
1847
- width: '100%',
1848
1848
  fontWeight: 400,
1849
1849
  fontSize: 12,
1850
1850
  color: 'labelColor'