can-it-be-done-in-react-native icon indicating copy to clipboard operation
can-it-be-done-in-react-native copied to clipboard

measure() only works when list items have fixed height

Open pke opened this issue 2 years ago • 0 comments

The example claims that items can be any height: https://www.youtube.com/watch?v=dOSp-VckNJU

Which is not correct. The items in their styles still use the height property so they have a fixed height. measure does not seem to work correctly on items that are not using a height style prop.

pke avatar Sep 11 '21 23:09 pke