react-native-photo-view icon indicating copy to clipboard operation
react-native-photo-view copied to clipboard

Show PhotoView in ios very slow and background black

Open huent-1493 opened this issue 7 years ago • 7 comments

Hi @alwx .Thanks for your lib.I have a issue in ios. I open a screen B from screen A, screen B have array Photoview. In Android, it open screen B then load show image, but in ios, it open 1/2 screen B and background black and it load image done then open full screen.I try with onLoad and onLoadEnd but does not work well. Please help me! Thanks My code :

 const imgArray = [];
    this.props.images.map(image => {
      const img = (
        <View key={image.media_id}>
          <PhotoView
            source={{ uri: image.media_urls[0].url || '' }}
            style={styles.photoView}
          />
        </View>
      )
      imgArray.push(img)
    });
return imgArray;

huent-1493 avatar Oct 02 '18 09:10 huent-1493

I have same the issue how fix this?

ParhamZare avatar Jan 21 '19 10:01 ParhamZare

Same issue too.

tmjordan avatar Jan 31 '19 14:01 tmjordan

Same issue and same steps to reproduce. Please help.

hanishcodebrew avatar Apr 03 '19 05:04 hanishcodebrew

i think we should try with a modal view instead of a screen

tmjordan avatar Apr 04 '19 10:04 tmjordan

你解决了这个问题吗。

zhllucky avatar May 17 '19 07:05 zhllucky

No. Now, this issue still exists

你解决了这个问题吗。

huent-1493 avatar May 17 '19 07:05 huent-1493

Anyone with a fix ?

lbelavoir avatar Aug 06 '19 20:08 lbelavoir