Skip to content

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

2.3.0

Choose a tag to compare

@ladas-larry ladas-larry released this 15 Mar 01:49
  • allow to choose between Image and ImageBackground wrapping component

2.2.1

Choose a tag to compare

@ladas-larry ladas-larry released this 06 Feb 13:32

Switch to use ImageBackground component #36

2.2.0

Choose a tag to compare

@ladas-larry ladas-larry released this 07 Dec 14:07
  • support for borderRadius prop

2.1.1

Choose a tag to compare

@ladas-larry ladas-larry released this 04 Dec 21:50
  • support for React Native 0.50

2.1.0

Choose a tag to compare

@ladas-larry ladas-larry released this 23 Apr 17:44
  • support for resizeMode prop, cover by default
  • loading image can be set by defultSource prop
  • updated dependencies

2.0.2

Choose a tag to compare

@ladas-larry ladas-larry released this 07 Feb 02:14
  • fix for touchable component

2.0.1

Choose a tag to compare

@ladas-larry ladas-larry released this 13 Jan 00:02

fixed #19

2.0.0

Choose a tag to compare

@ladas-larry ladas-larry released this 12 Jan 12:40
  • 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

Choose a tag to compare

@ladas-larry ladas-larry released this 22 May 23:14
  • unnecessary code used in example project was removed
  • compatibility with react-native 0.26

1.2.0

Choose a tag to compare

@ladas-larry ladas-larry released this 05 Apr 14:34
  • improved compatibility
  • resolved issue with Children inside components
  • docs for example