2.0.0 (2026-06-12)
Breaking Changes
- Migrated native module from
NativeModules/NativeEventEmittertoreact-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.Compressoris no longer supported. - Android
getFileSizenow rejects on failure instead of returning an empty string. - Please run a clean native rebuild after upgrading.