React Native version: 0.61.1 | 0.60.5
Steps To Reproduce
- Any
<View> within <Text> generate a weird behavior..
<Text>
<View style={{width: 200, height: 200}} />
</Text>
- Same to
<Text><Image /></Text> like a:
<Text>
<Image
style={{ width: 30, height: 30 }}
source={{
uri:
'https://upload.wikimedia.org/wikipedia/commons/5/58/Ponto_Amarelo.png',
}}
/>
</Text>
It returns a strange image behind the image after upgrade to iOS 13.
Screenshots

React Native version: 0.61.1 | 0.60.5
Steps To Reproduce
<View>within<Text>generate a weird behavior..<Text><Image /></Text>like a:It returns a strange image behind the image after upgrade to iOS 13.
Screenshots