Problem Statement
Which statement best describes the difference between React and React Native?
Explanation
React is a library for building web interfaces using HTML elements like <div> and <p>. React Native replaces these with mobile-native components such as <View> and <Text>, allowing JavaScript to render actual native UI components.