react-crud-mobile 1.0.666 → 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.666",
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,6 +104,7 @@ const stylesList = StyleSheet.create({
104
104
  backgroundColor: '#f5f5f5',
105
105
  gap: 10,
106
106
  borderRadius: 8,
107
+ justifyContent: 'center',
107
108
  },
108
109
  });
109
110
 
@@ -111,5 +112,6 @@ const stylesRepeat = StyleSheet.create({
111
112
  row: {
112
113
  padding: 0,
113
114
  width: '100%',
115
+ justifyContent: 'center',
114
116
  },
115
117
  });