Skip to content

Releases: jobtoday/react-native-image-viewing

v0.2.2

18 Apr 19:41
f083ef6
Compare
Choose a tag to compare
  • #119: Improve pitch to zoom on Android
  • Update example to Expo SDK 44
  • Add ngrok to example for tunneling

v0.2.0

24 May 17:32
Compare
Choose a tag to compare

馃憦Big thanks to all guys and especially @maksimko for bunch of fixes and improvements!

  • #40 add proper support of ImageURISource object with headers
  • #36 add long press support, see README for more info (thanks to @nojimage)
  • #42 Android: fix warning caused by back handler
  • #30 & #34 Android: use RN modal component instead of custom View based implementation
  • #38 add local images support
  • #41 add fast fix to prevent image to disappear when using swipe to close

v0.1.8

18 Mar 15:24
Compare
Choose a tag to compare
  • #19 & #30 Fix BackHandler issue for Android

v0.1.7

03 Mar 19:15
Compare
Choose a tag to compare
  • #12 presentationStyle prop added that allows to hide status bar on Android when modal is opened:
<ImageViewing
  ...
  presentationStyle="overFullScreen"
/>;

Check README.md for more info

  • Center X position inside close button

  • Fix custom HeaderComponent styles in example

v0.1.6

04 Feb 18:53
Compare
Choose a tag to compare

#17 Adds onImageIndexChange prop to enable tracking that image has changed

v0.1.5

04 Feb 08:37
Compare
Choose a tag to compare
  • Fix v0.1.4 rollout by rebuilding dist, sorry for inconvenience

v0.1.4

03 Feb 18:25
Compare
Choose a tag to compare
  • #4 Added iOS double tap to zoom. This functionality can be disabled by setting doubleTapToZoomEnabled to false

v0.1.3

08 Jan 20:33
Compare
Choose a tag to compare
  • build and publish changes announced in v0.1.2

v0.1.2

01 Jan 21:08
Compare
Choose a tag to compare
  • Add double tap to zoom on Android
  • Hide header and footer when image is scaled

v0.1.1

27 Dec 21:09
Compare
Choose a tag to compare
  • Fix initial image scale on iOS