I\'m using a FlatList where each row can be of different height (and may contain a mix of both text and zero or more images from a remote server).
FlatList
I cannot
Have you tried scrollToEnd?
scrollToEnd
http://facebook.github.io/react-native/docs/flatlist.html#scrolltoend
As the documentation states, it may be janky without getItemLayout but for me it does work without it
getItemLayout