Releases: bamlab/react-native-image-resizer
Releases · bamlab/react-native-image-resizer
0.0.10
- Fix orientation of images on Android when rotate was set to 0. Thanks @superandrew213!
0.0.9
- 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
- Use inSampleSize to reduce memory usage when loading image on Android (#35) Thanks @npomfret!
- Update example to use react-native 0.31
v0.0.4
- Fix wrong resulting size of resized images on Android
v0.0.3
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
Handle resizing of image coming from the RCTImageStore (after cropping an image for example)