React Native Image Viewing Versions Save

Tiny, purely TS, modal component for viewing images 🏙

v0.2.2

2 years ago
  • #119: Improve pitch to zoom on Android
  • Update example to Expo SDK 44
  • Add ngrok to example for tunneling

v0.2.0

3 years ago

👏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

4 years ago
  • #19 & #30 Fix BackHandler issue for Android

v0.1.7

4 years ago
  • #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

4 years ago

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

v0.1.5

4 years ago
  • Fix v0.1.4 rollout by rebuilding dist, sorry for inconvenience

v0.1.4

4 years ago
  • #4 Added iOS double tap to zoom. This functionality can be disabled by setting doubleTapToZoomEnabled to false

v0.1.3

4 years ago
  • build and publish changes announced in v0.1.2

v0.1.2

4 years ago
  • Add double tap to zoom on Android
  • Hide header and footer when image is scaled

v0.1.1

4 years ago
  • Fix initial image scale on iOS