npm react-native-compressor 2.0.0
Release 2.0.0

latest releases: 2.0.3, 1.19.4, 2.0.2...
3 months ago

2.0.0 (2026-06-12)

Breaking Changes

  • Migrated native module from NativeModules / NativeEventEmitter to react-native-nitro-modules.
  • Apps must now install and link react-native-nitro-modules.
  • Minimum React Native version is now 0.75+.
  • Minimum iOS deployment target is now 13.4+.
  • Minimum Android SDK is now 24.
  • Progress events are no longer available through NativeEventEmitter; use the provided callback APIs instead.
  • Direct access through NativeModules.Compressor is no longer supported.
  • Android getFileSize now rejects on failure instead of returning an empty string.
  • Please run a clean native rebuild after upgrading.

Bug Fixes

  • prepareDecoder (3e737ad)
  • video: fail iOS export instead of silently returning an audio-only MP4 (#400) (#403) (fca5d2e)

Don't miss a new react-native-compressor release

NewReleases is sending notifications on new releases.