Skip to content

View within text returns strange image - iOS 13 #26577

Description

@djorkaeffalexandre

React Native version: 0.61.1 | 0.60.5

Steps To Reproduce

  1. Any <View> within <Text> generate a weird behavior..
<Text>
  <View style={{width: 200, height: 200}} />
</Text>
  1. 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

Captura de Tela 2019-09-25 às 16 23 54

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions