react-crud-mobile 1.3.55 → 1.3.56

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.
@@ -1605,19 +1605,6 @@ function UIOrder(props) {
1605
1605
  var crud = scope.crud;
1606
1606
  var original = scope.original;
1607
1607
  var cols = reactCrudUtils.Utils.nvl(scope.getPart('cols', undefined, 1));
1608
- var getStyle = function getStyle(key, extra) {
1609
- return scope.getStyle(key, _extends({}, extra, styles$a[key]));
1610
- };
1611
- var getContainerStyle = function getContainerStyle(extra) {
1612
- var row = getStyle('container', {});
1613
- if (cols > 1) {
1614
- row = _extends({}, row, {
1615
- flexDirection: 'row',
1616
- flexWrap: 'wrap'
1617
- });
1618
- }
1619
- return row;
1620
- };
1621
1608
  var LocalData = function LocalData() {
1622
1609
  var _useState = React.useState(scope.updateIndex),
1623
1610
  index = _useState[0],
@@ -1665,7 +1652,6 @@ function UIOrder(props) {
1665
1652
  });
1666
1653
  };
1667
1654
  return /*#__PURE__*/jsxRuntime.jsx(reactNativeGestureHandler.GestureHandlerRootView, {
1668
- style: getContainerStyle(),
1669
1655
  children: /*#__PURE__*/jsxRuntime.jsx(DraggableFlatList, {
1670
1656
  data: items,
1671
1657
  renderItem: renderItem,