Skip to content

Releases: bamlab/react-native-image-resizer

0.0.9

26 Aug 15:03
Compare
Choose a tag to compare
  • Get rid of a deprecated method to fix compatibility with React Native 0.32. Thanks @sscaff1!

⚠️ Breaking changes ⚠️

  • The module is now only compatible with React Native 0.28+

0.0.8

21 Aug 19:55
Compare
Choose a tag to compare
  • Use inSampleSize to reduce memory usage when loading image on Android (#35) Thanks @npomfret!
  • Update example to use react-native 0.31

0.0.6

30 Jun 17:14
Compare
Choose a tag to compare

v0.0.5

27 Jun 18:59
Compare
Choose a tag to compare
Bump version

v0.0.4

14 Jun 10:32
Compare
Choose a tag to compare
  • Fix wrong resulting size of resized images on Android

v0.0.3

31 May 14:03
Compare
Choose a tag to compare

BUG Fixes

The #8 PR by @timzaak makes react-native-image-resizer:

  • Avoid double dot in filename (#6) : fixed by 452f4fa
  • Accept android content:// location (#7) file : fixed by cdde0a4

💃

0.0.2

05 Apr 17:07
Compare
Choose a tag to compare

Handle resizing of image coming from the RCTImageStore (after cropping an image for example)