react-crud-mobile 1.3.105 → 1.3.106

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.
@@ -932,6 +932,7 @@ function UIListRow(props) {
932
932
  if (renderedRow === false) {
933
933
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {});
934
934
  }
935
+ row.selected = row.getPart('isSelectedRow', undefined, false);
935
936
  if (!original.click) {
936
937
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
937
938
  style: getRowStyle(),