Skip to content

Releases: ladas-larry/react-native-responsive-image

2.3.0

15 Mar 01:49
Compare
Choose a tag to compare
  • allow to choose between Image and ImageBackground wrapping component

2.2.1

06 Feb 13:32
Compare
Choose a tag to compare

Switch to use ImageBackground component #36

2.2.0

07 Dec 14:07
Compare
Choose a tag to compare
  • support for borderRadius prop

2.1.1

04 Dec 21:50
Compare
Choose a tag to compare
  • support for React Native 0.50

2.1.0

23 Apr 17:44
Compare
Choose a tag to compare
  • support for resizeMode prop, cover by default
  • loading image can be set by defultSource prop
  • updated dependencies

2.0.2

07 Feb 02:14
Compare
Choose a tag to compare
  • fix for touchable component

2.0.1

13 Jan 00:02
Compare
Choose a tag to compare

fixed #19

2.0.0

12 Jan 12:40
Compare
Choose a tag to compare
  • Updated for new versions of React Native
  • Rewritten to ES2015
  • Size formula is now exposed #18
  • Fixed problem when the image file has different width and height #17
  • Add support for image loading lifecycle #16

Cleanup & compatibility

22 May 23:14
Compare
Choose a tag to compare
  • unnecessary code used in example project was removed
  • compatibility with react-native 0.26

1.2.0

05 Apr 14:34
Compare
Choose a tag to compare
  • improved compatibility
  • resolved issue with Children inside components
  • docs for example