问题
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?
来源:https://stackoverflow.com/questions/48279260/react-native-listview-how-to-stick-a-row-at-bottom-of-the-screen-when-the-row-r