alwx / react-native-photo-view

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

Crash when using with DrawerNavigator from React Navigation #135

Open LuckyLuky opened 6 years ago

LuckyLuky commented 6 years ago

I've only tested this on Android. When trying to zoom on screen which is part of the DrawerNavigator route, app crashes with this error:

ReactDrawerLayout.java line 37 com.facebook.react.views.drawer.ReactDrawerLayout.onInterceptTouchEvent Fatal Exception: java.lang.ArrayIndexOutOfBoundsException length=1; index=1

ensecoz commented 6 years ago

Same here. Any workaround?

ndrkltsk commented 5 years ago

Sorry for necroposting. Same here, any workaround?