Problem Statement
Which of the following is NOT a core React Native component?
Explanation
React Native provides a set of built-in core components like <View>, <Text>, <ScrollView>, and <Image>. <Paragraph> is not one of them; for styled text, you combine <Text> components instead.