javascript - How to replace scrollview with flatlist?
阿神
阿神 2017-05-31 10:37:17
0
1
619

Using scrollview means that each block on the page is different in length. I want to improve performance and replace it with flatlist.
Currently, all views are added to an array. How can I make flatlist order? What about loading?
I wrote the code for a long time but I still didn’t understand how to implement it

阿神
阿神

闭关修行中......

reply all(1)
洪涛

Try rendering different components based on the attributes of itemData in renderItem?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template