【发布时间】:2018-01-12 19:39:31
【问题描述】:
我这里有一个 gif:
我在这里有我的index.ios.js:
return (
<View style={styles.container}>
<Image
style={{width: 200, height: 400}}
source={{uri: this.state.path}} />
</View>
但是输出是这样的:
关于如何让它播放整个 gif 的任何想法?
【问题讨论】:
标签: ios react-native gif