react-crud-mobile 1.0.601 → 1.0.602

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.
@@ -680,12 +680,12 @@ function UIListRow(props) {
680
680
  var rowWidth = Math.floor(100 / cols) + '%';
681
681
  var _useState = React.useState(reactCrudUtils.ScopeUtils.create(row)),
682
682
  scope = _useState[0];
683
- console.log(styles);
684
- var getRowStyle = function getRowStyle(extra) {
685
- var row = scope.getStyle('row', _extends({}, extra, styles.row));
683
+ var getRowStyle = function getRowStyle() {
684
+ var row = scope.getStyle('row', _extends({}, styles.row));
686
685
  if (cols > 0) {
687
686
  row.width = rowWidth;
688
687
  }
688
+ console.log(row);
689
689
  return row;
690
690
  };
691
691
  var onClick = function onClick(item) {
@@ -721,7 +721,7 @@ function UIListRow(props) {
721
721
  }, "k-" + index);
722
722
  };
723
723
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
724
- children: /*#__PURE__*/jsxRuntime.jsx(RowItem, {})
724
+ children: /*#__PURE__*/jsxRuntime.jsx(RowItem, {}, name)
725
725
  });
726
726
  }
727
727
  var stylesList = /*#__PURE__*/reactNative.StyleSheet.create({