react-crud-mobile 1.0.656 → 1.0.657

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.
@@ -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,