React Native itself renders JSX as native components (not a web view that renders HTML/CSS).
People conflate React with HTML because that is the most common renderer, but React can be rendered into anything.
React Native itself renders JSX as native components (not a web view that renders HTML/CSS).
People conflate React with HTML because that is the most common renderer, but React can be rendered into anything.