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

Switching portrait to landscape mode (or vice versa) fails

Open dickerpulli opened this issue 7 years ago • 1 comments

  • I start my app in landscape mode
  • the component containing the ImageView is mounted
  • then I switch to portrait mode
  • I open the ImageView

-> The overlay is displayed incorrectly -> I think the ImageView stores the initial screen dimensions and doesn't recognize a later change of the dimensions due to a switch from portrait to landscape mode

v.2.0.4

dickerpulli avatar May 18 '18 08:05 dickerpulli

@dickerpulli You are right, this place needs improvement. PRs are welcome) I hope I will have time this weekend to work around react-native-image-view

antonKalinin avatar May 18 '18 09:05 antonKalinin