react-crud-mobile 1.0.823 → 1.0.825

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.
@@ -1782,7 +1782,7 @@ var xBox = /*#__PURE__*/reactNative.StyleSheet.create({
1782
1782
  paddingVertical: 10,
1783
1783
  paddingHorizontal: 15,
1784
1784
  borderRadius: 10,
1785
- width: '100%'
1785
+ alignSelf: 'stretch'
1786
1786
  }
1787
1787
  });
1788
1788
  var box = /*#__PURE__*/_extends({}, xBox.box);
@@ -1808,15 +1808,7 @@ elementStyle.view = {
1808
1808
  }
1809
1809
  };
1810
1810
  elementStyle.card = /*#__PURE__*/reactNative.StyleSheet.create({
1811
- root: /*#__PURE__*/_extends({}, box),
1812
- inner: {
1813
- flexDirection: 'row',
1814
- flexWrap: 'wrap',
1815
- paddingBottom: 10,
1816
- paddingTop: 5,
1817
- width: '100%',
1818
- flex: 1
1819
- }
1811
+ root: /*#__PURE__*/_extends({}, box)
1820
1812
  });
1821
1813
  elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
1822
1814
  label: {