Flipkart / recyclerlistview

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

forceNonDeterministicRendering is not working when using different View_Types #756

Open bobvanratingen opened 1 year ago

bobvanratingen commented 1 year ago

When I use different View Types like (HALF and FULL) (see https://snack.expo.dev/B1GYad52b) and enable "forceNonDeterministicRendering", the items are always full width. I only want to have the height dynamic.

Is this possible with the current version of recyclerlistview?