Skip to content

Releases: aMarCruz/react-native-photo-view-ex

v1.1.0

20 May 20:25
Compare
Choose a tag to compare

[1.1.0] - 2019-05-20

Added

  • Missing types in TS definitions.
  • Markdownlint config.

Changed

  • Some code cleanup.
  • Updated Build Tools to 28.x
  • RN peerDependencies

Fixed

  • Errors in example.

v1.0.4

03 Jan 01:03
Compare
Choose a tag to compare

[1.0.4] - 2019-01-02

Added

  • scale property to the onViewTap event.
  • customClean task in build.gradle
  • npm and license badges.

Fixed

Changed

  • Update build.gradle, makes minSdkVersion configurable, default to 16.
  • Integrates react-image-photo-view#164
  • Update Readme.
  • Update example to RN 0.57.8

Removed

  • Branch "dev"

v1.0.3

19 Sep 07:23
Compare
Choose a tag to compare

Fix podspec, thanks to @ozby

v1.0.1

11 Apr 05:39
Compare
Choose a tag to compare
  • Fixes error in typings

v1.0.0

11 Apr 05:06
Compare
Choose a tag to compare

Fork of react-native-photo-view

Conversion to react-native-photo-view-ex v1.0.0 from react-native-photo-view v1.5.4

  • Adds typings.
  • Renames androidZoomTransitionDuration to zoomTransitionDuration
  • Removes androidScaleType property.
  • Adds resizeMode property supporting 'center', 'contain', 'cover', 'fitEnd', 'fitStart', 'stretch'. The default is 'cover'.
  • Using the Image.resolveAssetSource method instead of requiring the module directly.
  • Updated README.md

v1.5.3

09 Apr 12:07
Compare
Choose a tag to compare
  • Apply "Fixing initialZoomScaleWithMinScale when image is larger than the screen alwx#86" by @douglasjunior
  • Updated build.gradle to get settings from root project.
  • Updated gradle plugin to v3.1.0
  • Updated facebook fresco to v1.3.0
  • Updated photodraweeview to v1.1.3
  • Minor fixes, makes some Java methods private.