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. ?
Question posted in Facebook API
The official documentation for the Facebook APIs can be found here.
The official documentation for the Facebook APIs can be found here.
2
Answers
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
You can try something like this:
Or normalize them into a common Class.