react-crud-mobile 1.0.795 → 1.0.796

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.796",
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
  })}