Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show PhotoView in ios very slow and background black #176

Open
huent-1493 opened this issue Oct 2, 2018 · 7 comments
Open

Show PhotoView in ios very slow and background black #176

huent-1493 opened this issue Oct 2, 2018 · 7 comments

Comments

@huent-1493
Copy link

huent-1493 commented Oct 2, 2018

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 huent-1493 changed the title Show PhotoView in ios very slow Show PhotoView in ios very slow and background black Oct 2, 2018
@ParhamZare
Copy link

I have same the issue how fix this?

@tmjordan
Copy link

Same issue too.

@hanishcodebrew
Copy link

Same issue and same steps to reproduce. Please help.

@tmjordan
Copy link

tmjordan commented Apr 4, 2019

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

@zhllucky
Copy link

你解决了这个问题吗。

@huent-1493
Copy link
Author

No. Now, this issue still exists

你解决了这个问题吗。

@lbelavoir
Copy link

Anyone with a fix ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants