patch delete audio compression for 16kb compat (#9149)

This commit is contained in:
Samuel Newman
2025-10-06 17:42:53 +03:00
committed by GitHub
parent 42a427cfd6
commit 5e36992fba
2 changed files with 521 additions and 0 deletions
@@ -0,0 +1,5 @@
# react-native-compressor
Patch file taken from https://github.com/numandev1/react-native-compressor/pull/355#issuecomment-3180870738
This patch removes the audio compression feature on Android from the library. This is because `libandroidlame.so`, the native dependency, does not support 16kb page sizes, and the Play Store has made this mandatory as of 1st Nov 2025.