react-crud-mobile 1.0.795 → 1.0.797

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.
@@ -966,7 +966,6 @@ var stylesList$1 = /*#__PURE__*/reactNative.StyleSheet.create({
966
966
  width: '100%',
967
967
  flexDirection: 'row',
968
968
  flexWrap: 'wrap',
969
- alignItems: 'stretch',
970
969
  gap: 10
971
970
  },
972
971
  text: {
@@ -980,8 +979,7 @@ var stylesRepeat$1 = /*#__PURE__*/reactNative.StyleSheet.create({
980
979
  width: '100%',
981
980
  flexDirection: 'row',
982
981
  flexWrap: 'wrap',
983
- gap: 10,
984
- alignItems: 'stretch'
982
+ gap: 10
985
983
  },
986
984
  text: {
987
985
  fontSize: 18,
@@ -1700,7 +1698,6 @@ function UIElement(props) {
1700
1698
  alignSelf: 'flex-start',
1701
1699
  flexDirection: 'row',
1702
1700
  display: 'flex',
1703
- flex: 1,
1704
1701
  justifyContent: 'space-between',
1705
1702
  width: '100%'
1706
1703
  }),