react-crud-mobile 1.3.180 → 1.3.181

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.
@@ -1708,7 +1708,7 @@ function UIOrder(props) {
1708
1708
  children: scope.getPart('footer')
1709
1709
  }),
1710
1710
  renderItem: renderItem,
1711
- containerStyle: _extends({}, scope.getPart('list')),
1711
+ containerStyle: _extends({}, scope.getStyle('list')),
1712
1712
  keyExtractor: function keyExtractor(item) {
1713
1713
  var key = scope.getItemValue(item);
1714
1714
  if (original != null && original.debug) {