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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.795",
2
+ "version": "1.0.797",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -467,7 +467,6 @@ export default function UIElement(props: ElementType) {
467
467
  alignSelf: 'flex-start',
468
468
  flexDirection: 'row',
469
469
  display: 'flex',
470
- flex: 1,
471
470
  justifyContent: 'space-between',
472
471
  width: '100%',
473
472
  })}
@@ -147,7 +147,6 @@ const stylesList = StyleSheet.create({
147
147
  width: '100%',
148
148
  flexDirection: 'row',
149
149
  flexWrap: 'wrap',
150
- alignItems: 'stretch',
151
150
  gap: 10,
152
151
  },
153
152
  text: {
@@ -163,7 +162,6 @@ const stylesRepeat = StyleSheet.create({
163
162
  flexDirection: 'row',
164
163
  flexWrap: 'wrap',
165
164
  gap: 10,
166
- alignItems: 'stretch',
167
165
  },
168
166
  text: {
169
167
  fontSize: 18,