Closed desis123 closed 4 years ago
Hi. getItemHeight is given the row index as its third parameter. Something like getItemHeight: (rowData, sectionIndex, rowIndex) => rowIndex === 0 ? 100 : 50
should work.
@jsoendermann Thanks for quick reply.. I will try now.. and let you know ...
@jsoendermann Seems like everything is working perfectly ...
First of all thanks for this nice library to make life a lot easier. I have a question, In my section, First row item of each section has different height than other items . I am kind of puzzled to solve that issue. Any help will be greatly appreciated. Thansk in advance.