-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UICollectionView? #638
Comments
You can just remove it from render to achieve the same effect and reduce memory usage no? |
@vjeux StyleSheet provides a high level way, manipulating the DOM is mostly like the low level way to control the views stack. As usual stylesheet, |
+1 for UICollectionView, any estimate when it might be available? |
@ranyefet no one inside of Facebook is working on this right now and likely for the next few months. If you need this, I would encourage you to build it yourself or find someone to. The native component integration API should be all you need :) |
This one maybe works, but it's not the best solution for |
@matthewga0 - thanks for sharing. Closing this issue - for now this will have to be a community-built module 😄 |
👍 |
+1 |
Anyone consider to make UICollectionView available in React Native?
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, anddisplay:flex
add it back, this maybe useful to reduce memory usage I think.The text was updated successfully, but these errors were encountered: