(Choose 0 answer)
Study the code below and choose the correct output that you will expect to see on the emulator.
<Text style={{ fontWeight: 'bold' }}>
I am bold
<Text style={{ color: 'red' }}> and red</Text>
</Text>
A. It will throw an error because nesting is not allowed in Text components
Exit 21