alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 435 forks source link

Cannot see image on iOS after upgrade to v1.4.0 #84

Closed Sam1301 closed 6 years ago

Sam1301 commented 6 years ago

Unfortunately, the image is not visible after upgrading to latest version(1.4.0) and bounds of the photo view are being marked as red.

edited

AtticusFetch commented 6 years ago

Can confirm

zznull commented 6 years ago

The same thing happens on Android and also when downgrading to 1.3.0.

EDIT: never mind, I solved my problem by following the steps for manual installation from the README.

aterribili commented 6 years ago

Any news?

opp100 commented 6 years ago

Manually link the new library in xcode will solve this problem..

As the picture shown, drag the libRNPhotoView.a to your link binary with Libraries.

screen shot 2017-08-18 at 10 16 17

BUT!!! It seems not working when I loading the local image. The remote image looks alright...

wolfg1969 commented 6 years ago

@opp100 can't show local image too.

opp100 commented 6 years ago

@wolfg1969 Hey bro, I said it is not working on local image.

MataHu commented 6 years ago

Is there anyone who has decided?help~

antseburova commented 6 years ago

@opp100's solution worked for me. Thanks!

opp100 commented 6 years ago

Hey @antseburova, can you show the local image on this?

MataHu commented 6 years ago

Why not drop version to 1.3.x, I went down to 1.3.0 and solved the problem. Just do it

opp100 commented 6 years ago

Hey @MataHu, because 1.3.x doesn't working probably for RN 0.47.x on android.

wolfg1969 commented 6 years ago

One big change between 1.3.x and 1.4.0 is this PR #74.

antseburova commented 6 years ago

@opp100 No, it works for me with remote images only.