Hacker News new | ask | show | jobs
by rahimnathwani 2616 days ago
I noticed that Ant Design has support for React Native: https://rn.mobile.ant.design/

But I'm confused. I thought one of the main selling points of React was that you use JS but are actually rendering native components (not lookalike ones). Does Ant Design for RN build on native components for each platform, or are they created from scratch (like Flutter)?