react-native-lazyload
react-native-lazyload copied to clipboard
LazyLoadImage 怎么加载 远程URL
<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