react-native-lazyload icon indicating copy to clipboard operation
react-native-lazyload copied to clipboard

LazyLoadImage 怎么加载 远程URL

Open ycb0318 opened this issue 7 years ago • 0 comments

<LazyloadScrollView style={styles.container} contentContainerStyle={styles.content} name="scrollImage" > {Array.apply(null, Array(100)).map((file, i) => <View key={i} > <LazyloadImage host="scrollImage" style={styles.image} source={{uri:'http://message-ycb.oss-cn-shanghai.aliyuncs.com/102928524message-ycb1498269179345'}} animation={false} /> </View>)} </LazyloadScrollView>

IS NOT WORK

ycb0318 avatar Jul 04 '17 05:07 ycb0318