Releases: aMarCruz/react-native-photo-view-ex
Releases · aMarCruz/react-native-photo-view-ex
v1.1.0
v1.0.4
[1.0.4] - 2019-01-02
Added
scale
property to the onViewTap event.- customClean task in build.gradle
- npm and license badges.
Fixed
- Fix "Could not find lint-gradle-api.jar", thanks to @ArmandoAssuncao
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
v1.0.1
v1.0.0
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
tozoomTransitionDuration
- 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
- 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.