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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.667",
2
+ "version": "1.0.668",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -104,7 +104,6 @@ const stylesList = StyleSheet.create({
104
104
  backgroundColor: '#f5f5f5',
105
105
  gap: 10,
106
106
  borderRadius: 8,
107
- flex: 1,
108
107
  justifyContent: 'center',
109
108
  },
110
109
  });
@@ -113,7 +112,6 @@ const stylesRepeat = StyleSheet.create({
113
112
  row: {
114
113
  padding: 0,
115
114
  width: '100%',
116
- flex: 1,
117
115
  justifyContent: 'center',
118
116
  },
119
117
  });