react-crud-mobile 1.0.679 → 1.0.680
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 +1 -4
- 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 +1 -4
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIView.tsx +1 -1
|
@@ -1292,10 +1292,7 @@ function UIView(_ref) {
|
|
|
1292
1292
|
justifyContent: 'center',
|
|
1293
1293
|
alignItems: 'center'
|
|
1294
1294
|
},
|
|
1295
|
-
children:
|
|
1296
|
-
scope: scope,
|
|
1297
|
-
children: header
|
|
1298
|
-
})
|
|
1295
|
+
children: header
|
|
1299
1296
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
1300
1297
|
style: scope.getStyle('container', styles$9.container),
|
|
1301
1298
|
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
|