OD
(Choose 1 answer)
Which of the following code blocks are correct and will not throw any errors?
A. <View>
Some text
</View>
B. <View>
<Text>Some text
<Text> Some more text</Text>
</Text>
</View>
C. <Text>
<View>Some text
<Text> Some more text</Text>
</View>
</Text>
D. <View>
<Text>
Some text
</View>
</Text>
Exit 20