Fork of react-native-photo-view
- Fixes error en typings.
- Adds typings.
- Renames
androidZoomTransitionDurationtozoomTransitionDuration - Removes
androidScaleTypeproperty. - Adds
resizeModeproperty supporting 'center', 'contain', 'cover', 'fitEnd', 'fitStart', 'stretch'. The default is 'cover'. - Using the
Image.resolveAssetSourcemethod 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.