react-crud-mobile 1.0.682 → 1.0.683

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.682",
2
+ "version": "1.0.683",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -159,7 +159,7 @@ const styles = StyleSheet.create({
159
159
  flexWrap: 'nowrap',
160
160
  flexDirection: 'row',
161
161
  alignContent: 'center',
162
- justifyContent: 'center',
162
+ justifyContent: 'flex-start',
163
163
  alignItems: 'center',
164
164
  padding: 15,
165
165
  backgroundColor: 'primary',
@@ -36,7 +36,7 @@ export default function UIView({ scope, children }: ChildType) {
36
36
  flexWrap: 'nowrap',
37
37
  flexDirection: 'row',
38
38
  alignContent: 'center',
39
- justifyContent: 'center',
39
+ justifyContent: 'flex-start',
40
40
  alignItems: 'center',
41
41
  }}
42
42
  >