Flipkart / recyclerlistview

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

Dynamic height for LayoutProvider #683

Open datta-kunde-qp opened 2 years ago

datta-kunde-qp commented 2 years ago

Can some help me with how to set dynamic height for LayoutProvider. Row height should be based on content instead of predefined height.

prayaslashkari commented 2 years ago

Use forceNonDeterministicRendering={true} and provide estimate heights in layout provider.