alwx / react-native-photo-view

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

Android with React-native 0.44 #105

Open GibranPolonsky opened 7 years ago

GibranPolonsky commented 7 years ago

screen shot 2017-09-19 at 11 23 05 am

Version: "react-native-photo-view": "^1.4.0",

lukszy commented 7 years ago

Same issue here, it renders only the bordered frame without the image

gensc004 commented 6 years ago

I am experiencing the same issue in IOS.

RN: 0.49 IOS: 11 photo-view: 1.5.2

screen shot 2017-10-16 at 3 16 15 pm
GibranPolonsky commented 6 years ago

any of you are using React-Native Wix Navigator?

if yes make sure to add the dependency at the debug packages on Android

`

@Override public boolean isDebug() { // Make sure you are using BuildConfig from your own application return BuildConfig.DEBUG; }

protected List getPackages() { // Add additional packages you require here // No need to add RnnPackage and MainReactPackage return Arrays.asList( // eg. new VectorIconsPackage()`