I am working on a project where I need recyling a list of litho components using a custom recyclerview adapter. The only issue is that I can't use RecyclerComponent which comes as part of the litho library.
Is there a way to do this? Specifically, what needs to go inside onCreateViewHolder() and onBindViewHolder()?