Skip to content

Releases: antonKalinin/react-native-image-view

v2.0.11

05 Sep 20:27
Compare
Choose a tag to compare
  • #23: Fix initialising with empty images and changing images prop
  • Update example to use different image sets with single image view

v2.0.10

19 Aug 10:04
Compare
Choose a tag to compare
  • Fix #26 by replacing ** with Math.pow

v2.0.9

13 Aug 08:52
Compare
Choose a tag to compare
  • 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

07 Aug 07:36
Compare
Choose a tag to compare
  • Remove react & react-native from deps

v2.0.7

07 Aug 07:20
Compare
Choose a tag to compare

Publish forgotten types.js file to npm among with other files. Sorry for stupid bug.

v2.0.6

04 Aug 17:04
Compare
Choose a tag to compare
  • Fix #20: overlapped image in scaled state prevents normal image dragging thanks to @pkozhin
  • Fix flow errors

v2.0.5

15 Jun 07:59
Compare
Choose a tag to compare
  • Fix #15: Switching portrait to landscape mode (or vice versa) fails
  • code formatted with prettier
  • eslint check added

v2.0.4

01 Apr 11:20
Compare
Choose a tag to compare
  • Fix incorrect prop type

v2.0.3

22 Mar 16:47
Compare
Choose a tag to compare
  • Fix double tap to zoom
  • Fix render for images without size

v2.0.2

14 Mar 20:38
Compare
Choose a tag to compare
  • Detect size of the image if it is not provided