jevakallio / react-native-reversed-flat-list

[DEPRECATED] A reversed React Native FlatList, useful for creating performant bottom-anchored lists for chats and whatnot
MIT License
136 stars 17 forks source link

Adding scroll to bottom feature #9

Open brianmak3 opened 5 years ago

brianmak3 commented 5 years ago

Please try to add the scrollToBottom function just like the normal Flatlist, then if someone wants to have the list start from top, they can add flexGrow:0 to the reversed flatlist style

kapilkarda commented 5 years ago

can you please respond ?