react-native-image-view icon indicating copy to clipboard operation
react-native-image-view copied to clipboard

Crash after dragging image down (iOS)

Open ayessymkanov opened this issue 6 years ago • 7 comments

screen shot 2018-04-05 at 3 43 51 pm

ayessymkanov avatar Apr 05 '18 09:04 ayessymkanov

same issue

riteshmahajan47 avatar Apr 09 '18 09:04 riteshmahajan47

Sorry fo late response, a lot of stuff to do. Will look this weekend. Thanks for issue.

antonKalinin avatar Apr 20 '18 13:04 antonKalinin

Hi @ayessymkanov, could you provide a little bit more info about the problem: version of react-native-image-view, any cases how to reproduce the crash?

antonKalinin avatar Apr 21 '18 15:04 antonKalinin

@antonKalinin, I used the latest version of the package. So, when I try to pull down the image to close it the app freezes causing the error shown in the picture above

ayessymkanov avatar Apr 21 '18 15:04 ayessymkanov

Was trying to reproduce this problem in empty project but no luck: could you please run react-native info inside your project and copy paste here.

And also could tell a little bit more about using the module:

  • is it wrapped with any modules/views?
  • are you displaying local images or from net?
  • only pull down cause the crash of swipe up also?

antonKalinin avatar Apr 23 '18 19:04 antonKalinin

l receive same error, after left swipe view Node: 6.13.0 Yarn: 1.3.2 npm: 3.10.10 Watchman: 4.9.0 Xcode: Xcode 9.3.1 Build version 9E501 Android Studio: 3.0 AI-171.4443003

Packages: (wanted => installed) react: 16.3.1 => 16.3.1 react-native: 0.55.2 => 0.55.2 And i don't set height and width

I guess it fails for portrait pictures. Or pictures smaller than the viewport.

nbastoWM avatar Jun 06 '18 14:06 nbastoWM