ascoders/react-native-image-viewer

大图 放大很模糊

buffge opened this issue · 1 comments

此处也有这个问题但是没有解决 260

用FastImage试试:

import FastImage from 'react-native-fast-image';

<ImageViewer
    imageUrls={imageList}
    index={this.state.imageArray.length - 1}
    renderImage={(props)=>{
        return(
            <FastImage {...props}/>
             )
        }}
 />