Releases: numandev1/react-native-compressor
Releases · numandev1/react-native-compressor
Release 1.12.0
1.12.0 (2025-06-24)
What's Changed
- Fix kotlin build error - change deprecated
toLowerCase()
to lowercase()
by @mozzius in #351
New Contributors
Full Changelog: v1.11.0...v1.12.0
Release 1.10.4
1.10.4 (2025-02-19)
Bug Fixes
- ios: fix crash when processing file size of an unparsed URL (222b1f4)
Release 1.10.3
1.10.3 (2024-12-05)
Bug Fixes
- temporary fix for kAudioFormatAPAC (e28edf0)
Release 1.10.2
1.10.2 (2024-12-05)
Bug Fixes
- cannot find 'kAudioFormatAPAC' in scope (584c571)
- example dir (8756e00)
Release 1.10.1-alpha.0
- Merge pull request #321 from numandev1/fix/iphone-16-compression (9614919)
- fix: iphone 16 and pro max compression issue (6843e64)
Release 1.9.0
1.9.0 (2024-09-11)
as we are upgrading the isoParser
version in Android, it could be break changes in android if you are using a different version of isoParser
in another library
now we are using implementation 'org.mp4parser:isoparser:1.9.56'
Features