react-native-image-resizer

🗻 Resize local images with React Native

MIT License

Downloads
276.4K
Stars
1.6K
Committers
54

Bot releases are hidden (Show)

react-native-image-resizer - 1.2.2

Published by PierreCapo over 4 years ago

Improvements:

  • Use an index.js file instead of index.ios.js and index.android.js. Added a main key in the package.json file as well as a types key.
react-native-image-resizer - 1.2.1

Published by PierreCapo over 4 years ago

Fix:

  • Fix the RCTImageUrlLoader compile error on old react-native versions.
react-native-image-resizer - 1.2.0

Published by PierreCapo over 4 years ago

👍Improvements :

🐛Bug Fixes :

Thanks to all the contributors

react-native-image-resizer - 1.1.0

Published by PierreCapo almost 5 years ago

👍Improvements :

Thanks you for all the contributions!

react-native-image-resizer - 1.0.0

Published by 4ian about 7 years ago

  • Add flow typing definition. Thanks @ovr!
  • Fix incorrect peer dependency warning. Thanks @negativetwelve!
  • Fix compatibility with React Native 0.47. Thanks @sibelius!
  • Unify and enhance returned value between iOS and Android. Thanks @marco-ms!
  • Fix error reporting, path handling and extension naming on iOS. Thanks @ulentini!
  • Updated example according to latest changes in interface.

⚠️ Breaking changes ⚠️

⚠️ Heads up, breaking change! If you're upgrading react-native-image-resizer to version 1.0.0, please note that the response of createResizedImage changed. You must now read the image uri from property uri of the returned object. Here is an example. Easy, huh?

react-native-image-resizer - 0.1.1

Published by 4ian over 7 years ago

  • Improved Android handling of empty paths and failures. Thanks @abrahambotros!
  • Added Typescript definition file. Thanks @wcandillon!
  • Added note about filepath format on Android. Thanks @cooperka!
  • Updated example to React Native 0.41
react-native-image-resizer - 0.1.0

Published by 4ian almost 8 years ago

⚠️ This version only supports React Native >= 0.40 due to a breaking change in React Native for iOS.

  • Thanks to @anttiai for the update!
react-native-image-resizer - 0.0.12

Published by 4ian almost 8 years ago

  • Add podspec file (thanks @igrayson!)
  • Add support for base64 formatted Uri strings on Android (thanks @cfogelklou!)
  • Add support for rotation on iOS (thanks @cfogelklou!)
react-native-image-resizer - 0.0.11

Published by 4ian about 8 years ago

  • Add support for PNG compression on iOS. Thanks @lukefanning!
react-native-image-resizer - 0.0.10

Published by 4ian about 8 years ago

  • Fix orientation of images on Android when rotate was set to 0. Thanks @superandrew213!
react-native-image-resizer - 0.0.9

Published by 4ian about 8 years ago

  • 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+
react-native-image-resizer - 0.0.8

Published by 4ian about 8 years ago

react-native-image-resizer - 0.0.6

Published by Almouro over 8 years ago

  • Add outputPath to options (#16) Thanks @superandrew213!
  • Add example to npmignore
react-native-image-resizer - v0.0.5

Published by 4ian over 8 years ago

react-native-image-resizer - v0.0.4

Published by 4ian over 8 years ago

  • Fix wrong resulting size of resized images on Android
react-native-image-resizer -

Published by tychota over 8 years ago

BUG Fixes

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

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

💃

react-native-image-resizer - 0.0.2

Published by Almouro over 8 years ago

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

Package Rankings
Top 1.15% on Npmjs.org
Top 8.17% on Proxy.golang.org
Related Projects