Skip to content

Release 2.0.0

Choose a tag to compare

@numandev1 numandev1 released this 12 Jun 03:23
· 4 commits to main since this release
f22eb1f

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)