Orientation images in <Image>

Viewed 635

Hi i have problem with image orientation.

  test: {
width: 145,
height: 145,  },

<Image
  style={styles.test}
  resizeMode={'cover'}
  source={{ uri: homeSettings ? homeSettings.selfieImageUrl : selfieImageUri   } }
        />

Image can be set

resizeMode('cover', 'contain', 'stretch') 

I tried them all. When I take a picture on portait. He turns to the mode landscape. how to set up the picture on the landscape? Please an example. Thanks

0 Answers
Related