Flipkart / recyclerlistview

High performance listview for React Native and web!
Apache License 2.0
5.19k stars 426 forks source link

Dynamic Height ? #687

Open serverlocal017 opened 2 years ago

serverlocal017 commented 2 years ago

Hello,

I know there are 2 props for dynamic height : nonForceDetermantin.. and canChangeSize. I want to ask you, anyone use it in production or anyone has problems with this or are they work fine ?

Elabar commented 2 years ago

It works fine as long as the given layoutProvider is relatively accurate. Else you might see a huge layout jump as you scroll.

serverlocal017 commented 2 years ago

It works fine as long as the given layoutProvider is relatively accurate. Else you might see a huge layout jump as you scroll.

How can I give a layoutprovider a relative accurate ?

Marcuspo commented 2 years ago

use forceNonDeterministicRendering in recyclerlistview

zhangxiang1008 commented 1 year ago

use forceNonDeterministicRendering in recyclerlistview

but it init list one ny one ,if your item is compilcated