React Native Image View Versions Save

Modal component to view images with zoom

v2.1.8

4 years ago

#61 Rollback changes for #39 because they break loading spinner proper behaviour

v2.1.7

4 years ago

#39 Fix showing activity indicator after orientation changed by @webjunkie01 #29 Fix close button position button on iPhone X by @djschilling

v2.1.6

4 years ago
  • #54 Use componentDidUpdate instead of componentWillReceiveProps (thanks to @jeffraux )
  • Update example expo sdk version to 35.0.0

v2.1.5

4 years ago

#38 Added onImageChange property, thanks to @Cigarent

v2.1.4

5 years ago

#45 Add ability to pass custom component for close button

v2.1.3

5 years ago
  • #34 isSwipeCloseEnabled added to disable closing modal with swipe up or down (also isPinchZoomEnabled & isTapZoomEnable, see readme.md)

v2.1.2

5 years ago
  • #35 Add supportedOrientations prop to modal

v2.1.1

5 years ago
  • Fix not passing close to control prop (if close not passed, default close will be used)

v2.1.0

5 years ago
  • #30 & #31: Add controls prop to config previous and next buttons (also you can disable or customise close button), see README for more info.
  • #27 Partially fix freezing image when swipe on angle (still need improvements, but UI is not frozen now)

v2.0.12

5 years ago

#28 Fix android backpress button to close modal