Releases: antonKalinin/react-native-image-view
Releases · antonKalinin/react-native-image-view
v2.0.11
- #23: Fix initialising with empty images and changing images prop
- Update example to use different image sets with single image view
v2.0.10
- Fix #26 by replacing ** with Math.pow
v2.0.9
- get rid of
react-native-root-modal
and use Modal from standard library
- add animationType prop to docs
- add backgroundColor prop for setting modal background #25
v2.0.8
- Remove react & react-native from deps
v2.0.7
Publish forgotten types.js file to npm among with other files. Sorry for stupid bug.
v2.0.6
- Fix #20: overlapped image in scaled state prevents normal image dragging thanks to @pkozhin
- Fix flow errors
v2.0.5
- Fix #15: Switching portrait to landscape mode (or vice versa) fails
- code formatted with prettier
- eslint check added
v2.0.3
- Fix double tap to zoom
- Fix render for images without size
v2.0.2
- Detect size of the image if it is not provided