react-crud-mobile 1.0.667 → 1.0.668

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.
@@ -793,7 +793,6 @@ var stylesList = /*#__PURE__*/reactNative.StyleSheet.create({
793
793
  backgroundColor: '#f5f5f5',
794
794
  gap: 10,
795
795
  borderRadius: 8,
796
- flex: 1,
797
796
  justifyContent: 'center'
798
797
  }
799
798
  });
@@ -801,7 +800,6 @@ var stylesRepeat = /*#__PURE__*/reactNative.StyleSheet.create({
801
800
  row: {
802
801
  padding: 0,
803
802
  width: '100%',
804
- flex: 1,
805
803
  justifyContent: 'center'
806
804
  }
807
805
  });