Hi all, I'm trying to create a custom data renderer for a List component whereby the height of the renderer is dependent on the data it is rendering. To do this, I'm implementing the measure() method in the renderer and setting measuredHeight accordingly. Unfortunately, this isn't working because even with variableRowHeight set to true, the list is rendering all rows using whatever the measured height of the first row happens to be.
Any ideas? Thanks! Sean

