Releases: antonKalinin/react-native-image-view
Releases · antonKalinin/react-native-image-view
v2.1.8
#61 Rollback changes for #39 because they break loading spinner proper behaviour
v2.1.6
- #54 Use componentDidUpdate instead of componentWillReceiveProps (thanks to @jeffraux )
- Update example expo sdk version to 35.0.0
v2.1.5
#38 Added onImageChange property, thanks to @Cigarent
v2.1.4
#45 Add ability to pass custom component for close button
v2.1.3
- #34
isSwipeCloseEnabled
added to disable closing modal with swipe up or down (also isPinchZoomEnabled
& isTapZoomEnable
, see readme.md)
v2.1.2
- #35 Add supportedOrientations prop to modal
v2.1.1
- Fix not passing
close
to control
prop (if close not passed, default close will be used)
v2.1.0
- #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
#28 Fix android backpress button to close modal