React native listview: How to stick a row at bottom of the screen when the row reaches bottom

236 Views Asked by At

Using stickyHeaderIndices (Ref: stickyHeaderIndices) property of listview in react native, it is possible to stick a scrolling row stick on the top of the listview. Is there any way to do the same behavior for sticking the row at the bottom, when the row reaches the bottom of the list?

0

There are 0 best solutions below