我正在使用react-native v 0.42.0
<Image source={{uri: 'https://media.giphy.com/media/JQ3IMbDi5Jkw8/giphy.gif'}} style={styles.image} />
gif没有显示......
谢谢!
答案 0 :(得分:0)
您需要为<Image source={{uri: 'https://media.giphy.com/media/JQ3IMbDi5Jkw8/giphy.gif'}} style={{width:100,height:100}} />
添加身高/宽度:
<div>Sample text :
<input id='test' type='text' value='test' />
</div>