React Native Image Resizer Versions Save

🗻 Resize local images with React Native

v3.0.0

1 year ago

What's new?

3.0.0 (2022-09-15)

3.0.0-beta.2 (2022-09-08)

3.0.0-beta.1 (2022-09-01)

v3.0.0-beta.2

1 year ago

🐛 Fix :

  • Fix naming of createResizedImage method (#326)
  • Get the correct image orientation on r24+ (#274)

v3.0.0-beta.1

1 year ago

🐛 Fix :

  • [iOS] React requires that all NSNumber arguments are explicitly markek as nonnull #320

3.0.0-beta.0

1 year ago

❇️ Features:

  • Add support for TurboModules (with retro compatibility)

❌ BREAKING CHANGE:

  • NPM package has moved to @bam.tech/react-native-image-resizer

v1.4.5

2 years ago

Changelog since 1.4.0:

Fix 🐛 :

v2.0.0-beta.0

3 years ago

Rewrite of react-native-image-resizer from Objective-C to Swift. See https://github.com/bamlab/react-native-image-resizer/pull/268 for more information

API Breaking change compared to v1 : none

v1.4.0

3 years ago

Features ❇️ :

  • add different resize modes and onlyScaleDown options. Kudos to @pxpeterxu @hsource ! 🙌

v1.3.0

3 years ago

Features ❇️ :

  • Allow using images from http/https on Android (already available on iOS) thanks @cristianoccazinsp

Fix 🐛 :

  • Allow the library to be used within XCode 12 projects

v1.2.4

3 years ago

Fix:

Fix a long standing issue that was causing the react-native-image-resizer module to take too much memory particularly in the case when used with the Share extension. Thanks @robertbarclay

1.2.3

3 years ago

Release Notes:

  • Fix flow and Typescript typings, thanks @vonovak