You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our list contains multiple templates and we currently use if statements to render different variations. Here is how our out current template markup looks like:
As you can see we have several distinct item markups. We've tried to implement the recycler view but with the app either crashes or the feed does not render render. Any ideas why?
Hello! This looks awesome btw. Great work.
Our list contains multiple templates and we currently use if statements to render different variations. Here is how our out current template markup looks like:
(example can be viewed here: https://codepen.io/Peety/pen/qmgZzE?editors=1010)
Here is our current template:
As you can see we have several distinct item markups. We've tried to implement the recycler view but with the app either crashes or the feed does not render render. Any ideas why?
Looking at how a React component handles infinite scrolling (below), I wonder if there is a prop we can use for vaiable tombstone height to prevent mem issues that may be cause of crash.
https://github.com/orgsync/react-list see the itemSizeEstimator(index, cache)
https://github.com/seatgeek/react-infinite (passing an array of height estimates)
https://github.com/Radivarig/react-infinite-any-height
Thanks for any help!
...btw good resources we found helpful for anyone looking into RecyclerView
The text was updated successfully, but these errors were encountered: