(Choose 1 answer)
A. <View>
Some text
Which of the following code blocks are correct and will not throw any errors?
</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