hyochan / react-native-masonry-list

The Masonry List implementation which has similar implementation as the `FlatList` in React Native
MIT License
393 stars 55 forks source link

Add optional `removeClippedSubviews` #30

Closed hyochan closed 2 years ago

hyochan commented 2 years ago

Description

removeClippedSubviews was always set to false. Make this changeable.

Related Issues

Resolve #27

Tests

N/A

Checklist

Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

codecov[bot] commented 2 years ago

Codecov Report

Merging #30 (129b62b) into master (058642f) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           33        34    +1     
  Branches        12        13    +1     
=========================================
+ Hits            33        34    +1     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
index.tsx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 058642f...129b62b. Read the comment docs.