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.
@@ -1717,7 +1717,7 @@ function UIOrder(props) {
1717
1717
  children: scope.getPart('footer')
1718
1718
  }),
1719
1719
  renderItem: renderItem,
1720
- containerStyle: _extends({}, scope.getPart('list')),
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: 'center'
2429
+ justifyContent: 'flex-start'
2430
2430
  },
2431
2431
  children: /*#__PURE__*/jsxRuntime.jsx(reactNative.TouchableWithoutFeedback, {
2432
2432
  onPress: dismissKeyboard,