Skip to content

Releases: antonKalinin/react-native-image-view

v2.1.8

21 Oct 12:41
Compare
Choose a tag to compare

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

v2.1.7

17 Oct 19:53
Compare
Choose a tag to compare

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

v2.1.6

23 Sep 19:41
Compare
Choose a tag to compare
  • #54 Use componentDidUpdate instead of componentWillReceiveProps (thanks to @jeffraux )
  • Update example expo sdk version to 35.0.0

v2.1.5

08 Jun 11:24
Compare
Choose a tag to compare

#38 Added onImageChange property, thanks to @Cigarent

v2.1.4

11 Mar 21:52
Compare
Choose a tag to compare

#45 Add ability to pass custom component for close button

v2.1.3

24 Feb 18:07
Compare
Choose a tag to compare
  • #34 isSwipeCloseEnabled added to disable closing modal with swipe up or down (also isPinchZoomEnabled & isTapZoomEnable, see readme.md)

v2.1.2

02 Dec 19:00
Compare
Choose a tag to compare
  • #35 Add supportedOrientations prop to modal

v2.1.1

20 Nov 09:30
Compare
Choose a tag to compare
  • Fix not passing close to control prop (if close not passed, default close will be used)

v2.1.0

19 Nov 22:41
Compare
Choose a tag to compare
  • #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

10 Oct 19:59
Compare
Choose a tag to compare

#28 Fix android backpress button to close modal