Skip to content

Releases: numandev1/react-native-compressor

Release 2.0.2

16 Jun 21:10
4e993d5

Choose a tag to compare

2.0.2 (2026-06-16)

What's Changed

Full Changelog: v2.0.1...v2.0.2

Release 2.0.1

16 Jun 02:31
aff6cfe

Choose a tag to compare

2.0.1 (2026-06-16)

What's Changed

Full Changelog: v2.0.0...v2.0.1

Release 1.19.2

13 Jun 21:24
d9e5683

Choose a tag to compare

1.19.2 (2026-06-13)

Bug Fixes

  • video: fail iOS export instead of silently returning an audio-only MP4 (#400) (#403) (8f7f324)

Full Changelog: v1.19.1...v1.19.2

Release 1.19.1

13 Jun 21:21
44636fe

Choose a tag to compare

1.19.1 (2026-06-13)

Bug Fixes

Full Changelog: v1.19.0...v1.19.1

Release 2.0.0

12 Jun 03:23
f22eb1f

Choose a tag to compare

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)

Release 1.19.0

07 Jun 21:51
4b1b288

Choose a tag to compare

1.19.0 (2026-06-07)

Bug Fixes

  • video: Dolby Vision crash, 50% faster transcode, fps/bitrate/GPS fixes (#399) (b915137)

What's Changed

  • fix(video): Dolby Vision crash, 50% faster transcode, fps/bitrate/GPS fixes by @HuuNguyen312 in #399

New Contributors

Full Changelog: v1.18.2...v1.19.0

Release 1.18.2

08 May 06:51
2f8c103

Choose a tag to compare

1.18.2 (2026-05-08)

What's Changed

Full Changelog: v1.18.1...v1.18.2

Release 1.18.1

29 Apr 21:27
2610aea

Choose a tag to compare

1.18.1 (2026-04-29)

What's Changed

  • Fix video compression profiles from enhance upstream issue triage commit by @XChikuX in #395

Full Changelog: v1.18.0...v1.18.1

Release 1.18.0

29 Apr 13:52
81863b6

Choose a tag to compare

1.18.0 (2026-04-29)

Features

  • add stripAudio option to remove audio track during video compre… (#393) (510d8ad)

What's Changed

  • feat: add stripAudio option to remove audio track during video compre… by @usama-liaqat in #393

Full Changelog: v1.17.0...v1.18.0

Release 1.17.0

29 Apr 03:34
ff4f5ee

Choose a tag to compare

1.17.0 (2026-04-29)

What's Changed

  • Triage issues and harden high-resolution video compression paths by @XChikuX in #392

Full Changelog: v1.16.2...v1.17.0