react-crud-mobile 1.0.656 → 1.0.658

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.
@@ -735,7 +735,7 @@ function UIListRow(props) {
735
735
  });
736
736
  };
737
737
  var Child = function Child() {
738
- if (!isVisible && !row.visible && index > 20) {
738
+ if (!isVisible && original.useIsInView && !row.visible && index > 20) {
739
739
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {});
740
740
  }
741
741
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
@@ -906,7 +906,8 @@ var stylesList$1 = /*#__PURE__*/reactNative.StyleSheet.create({
906
906
  width: '100%',
907
907
  backgroundColor: '#f5f5f5',
908
908
  gap: 10,
909
- borderRadius: 8
909
+ borderRadius: 8,
910
+ minHeight: 40
910
911
  },
911
912
  rowInner: {
912
913
  flexGrow: 1,
@@ -932,7 +933,8 @@ var stylesRepeat$1 = /*#__PURE__*/reactNative.StyleSheet.create({
932
933
  },
933
934
  row: {
934
935
  padding: 0,
935
- width: '100%'
936
+ width: '100%',
937
+ minHeight: 40
936
938
  },
937
939
  rowInner: {
938
940
  flexGrow: 1,