Hacker News new | ask | show | jobs
by firloop 3422 days ago
What would be the biggest hurdling block to rewrite the main feed into React Native? As a follow-up, do you think there's a performant enough ListView implementation in RN to build the feed with?
1 comments

I'll be more blunt: please fix ListView :)
You may be interested in https://github.com/facebook/react-native/commit/a3457486e39d.... It's likely not production-ready yet but hopefully will become really good soon.
Brace yourself, FlatList is coming :)
When can we expect this in production?