Closed
Description
Anyone consider to make UICollectionView available in React Native?
- Implement in javascript based on ScrollView
- Export native UICollectionView from UIKit
Which one is better?
And I'm wondering why wouldn't React Native support display: none
, this style makes the current component been removed from the superView, and display:flex
add it back, this maybe useful to reduce memory usage I think.