React vs React Native
React Native uses the same component + hooks mental model but renders to native views (View, Text), not HTML. No className CSS; StyleSheet. You cannot paste a web <div> tree into RN. Some libraries are web-only.
React vs React Native — output — web tags vs native tags. You cannot paste <div> into React Native.
Exam tip
Same ideas, different host components.