Open Alex1899 opened 2 years ago
Hi did u get any way ??
Hi did u get any way ??
Unfortunately no. I moved on to using shopify flashlist library.
Does that support Staggered View/ masonry view or dynamic heights?
Does that support Staggered View/ masonry view or dynamic heights?
Flashlist doesn't support dynamic heights and estimatedItemSize prop also doesn't work well with dynamic heights..
Hi,
I am trying to implement a facebook style feed page in the app. So, I have two layout types: 1) post with media and 2) post with just text without media.
As I don't know the exact height of text the user writes, I want to use the forceNonDeterministicRendering prop with canChangeSize. However, whenever I enable forceNonDeterministicRendering prop, the contents of posts disappear and I am not sure why. You can see this behaviour below:
Here is my code:
CustomRecyclerList component: