react-crud-mobile 1.3.180 → 1.3.182
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/SafeView.tsx +1 -1
- package/src/elements/core/UIOrder.tsx +1 -1
@@ -1717,7 +1717,7 @@ function UIOrder(props) {
|
|
1717
1717
|
children: scope.getPart('footer')
|
1718
1718
|
}),
|
1719
1719
|
renderItem: renderItem,
|
1720
|
-
containerStyle: _extends({}, scope.
|
1720
|
+
containerStyle: _extends({}, scope.getStyle('list')),
|
1721
1721
|
keyExtractor: function keyExtractor(item) {
|
1722
1722
|
var key = scope.getItemValue(item);
|
1723
1723
|
if (original != null && original.debug) {
|
@@ -2426,7 +2426,7 @@ function SafeView(props) {
|
|
2426
2426
|
behavior: reactNative.Platform.OS === 'ios' ? 'padding' : 'height',
|
2427
2427
|
style: {
|
2428
2428
|
flex: 1,
|
2429
|
-
justifyContent: '
|
2429
|
+
justifyContent: 'flex-start'
|
2430
2430
|
},
|
2431
2431
|
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.TouchableWithoutFeedback, {
|
2432
2432
|
onPress: dismissKeyboard,
|