gif图像不显示在react-native IOS应用程序中

时间:2017-03-16 04:57:28

标签: image react-native

我正在使用react-native v 0.42.0

<Image source={{uri: 'https://media.giphy.com/media/JQ3IMbDi5Jkw8/giphy.gif'}} style={styles.image} />

gif没有显示......

谢谢!

1 个答案:

答案 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>