react-crud-mobile 1.0.728 → 1.0.730

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.
@@ -775,6 +775,10 @@ function UIListRow(props) {
775
775
  scope.updateIndex = scope.updateIndex + 1;
776
776
  setUpdateIndex(++updateIndex);
777
777
  };
778
+ var renderedRow = row.getPart('renderedItem', undefined, true);
779
+ if (renderedRow === false) {
780
+ return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {});
781
+ }
778
782
  if (!original.click) {
779
783
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
780
784
  style: getRowStyle(),