1image: {
2 flex: 1,
3 width: '100%',
4 height: '100%',
5 resizeMode: 'contain',
6},
1<Image
2 style={{
3 alignSelf: 'center',
4 height: 150,
5 width: 150,
6 borderWidth: 1,
7 borderRadius: 75
8 }}
9 source={{uri:'https://facebook.github.io/react/img/logo_og.png'}}
10 resizeMode="stretch"
11/>
12// source: https://medium.com/the-react-native-log/tips-for-react-native-images-or-saying-goodbye-to-trial-and-error-b2baaf0a1a4d