Fork of react-native-photo-view
- Missing types in TS definitions.
- Markdownlint config.
- Some code cleanup.
- Updated Build Tools to 28.x
- RN peerDependencies
scale
property to the onViewTap event.- customClean task in build.gradle
- npm and license badges.
- Fix "Could not find lint-gradle-api.jar", thanks to @ArmandoAssuncao
- Update build.gradle, makes minSdkVersion configurable, default to 16.
- Integrates react-image-photo-view#164
- Update Readme.
- Update example to RN 0.57.8
- Branch "dev"
- Fix podspec, thanks to @ozby
- Allows you to configure the SDK versions using variables from ExtraPropertiesExtension.
- Fixes error en typings.
- 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
- Apply "Fixing initialZoomScaleWithMinScale when image is larger than the screen #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.