I need to create a feed screen like facebook application where I will fetch data from api and each row has different size of images and text. I know ScrollView is for both homogeneous and heterogeneous collection and listView is for only homogeneous collection but can I use listview for heterogeneous collections for feed. ?
Yes it is possible. React native handle is very efficiently. i have left no option except to implement and see if it works and yes it is working awesomely. Also this post help me a lots to go through Recycling Rows For High Performance React Native List Views Thanks