react-crud-mobile 1.0.682 → 1.0.684
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/dist/react-crud-mobile.cjs.development.js +2 -2
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +2 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +1 -1
- package/src/elements/core/UIView.tsx +1 -1
|
@@ -1242,7 +1242,7 @@ var styles$8 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
1242
1242
|
flexWrap: 'nowrap',
|
|
1243
1243
|
flexDirection: 'row',
|
|
1244
1244
|
alignContent: 'center',
|
|
1245
|
-
justifyContent: '
|
|
1245
|
+
justifyContent: 'flex-start',
|
|
1246
1246
|
alignItems: 'center',
|
|
1247
1247
|
padding: 15,
|
|
1248
1248
|
backgroundColor: 'primary'
|
|
@@ -1293,7 +1293,7 @@ function UIView(_ref) {
|
|
|
1293
1293
|
flexWrap: 'nowrap',
|
|
1294
1294
|
flexDirection: 'row',
|
|
1295
1295
|
alignContent: 'center',
|
|
1296
|
-
justifyContent: '
|
|
1296
|
+
justifyContent: 'flex-start',
|
|
1297
1297
|
alignItems: 'center'
|
|
1298
1298
|
},
|
|
1299
1299
|
children: header
|