react-native-photo-view
react-native-photo-view copied to clipboard
Show PhotoView in ios very slow and background black
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;
I have same the issue how fix this?
Same issue too.
Same issue and same steps to reproduce. Please help.
i think we should try with a modal view instead of a screen
你解决了这个问题吗。
No. Now, this issue still exists
你解决了这个问题吗。
Anyone with a fix ?