recyclerlistview
recyclerlistview copied to clipboard
fix onItemLayout
Make onItemLayout work without forceNonDeterministicRendering
@naqvitalha check this
Any updates on the matter? My project would benefit greatly from this fix!
@TheFrostage you could use this package https://github.com/ds300/patch-package and patch till fix will be included
What is the value add here? In case of fixed dimensions don't we know the layout already? I'm curious to understand how this is being used.
I'm using it to show placeholders in list till onItemLayout is fired.
if it is unwanted change we could improve readme, that it works only with forceNonDeterministicRendering, currently it states: A callback function that is executed when an item of the recyclerListView (at an index) has been layout. This can also be used as a proxy to itemsRendered kind of callbacks.