0

``` import {Thumbnail} from native-base;

https://www.shepnt.com/File/Headfaces/20180417/18041717352591516.jpg'}} />

``` I can't see image on my phone.But if I change the domain,it work well.Note This domain that "https://www.shepnt.com/" has no anti-theft chain.Why?Who could help me

2
  • what was that previous domain in which you are facing issue ? Commented Apr 17, 2018 at 10:22
  • en,My App can't load images that on shepnt.com Commented Apr 17, 2018 at 10:29

1 Answer 1

1

As your question suggest your using thumbnail of native base then

<Thumbnail small square source={{uri: "https://www.shepnt.com/File/Headfaces/20180417/18041717352591516.jpg"}} /> 

Specify size. If want to use Image tag from 'react-native'

<Image style={{width: 50, height: 50}} source={{uri: 'https://www.shepnt.com/File/Headfaces/20180417/18041717352591516.jpg'}} /> 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.