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