Yash Nayi
Yash Nayi
Hey, I'm facing the same issue I want to upgrade my react native project with version 0.63.X but the helper not showing the 0.63.X version in the dropdown. Any update...
I'm also facing the same issue for this libandroidlame.so (16KB warning). Waiting for the solution.
Hey, Guys I found the solution of this. Go to the below path. `node_modules/react-native-compressor/android/build.gradle` And Search for the line `implementation 'com.github.banketree:AndroidLame-kotlin:v0.0.1'` And Replace it with the line `implementation 'com.github.kaushik-naik:TAndroidLame:277c2ab4b0'` after...
Hi, @gkasireddy202 Yes you're right. You need to change that `implementation ...` line and after that check in your package.json file that you've the `patch-package` installed or not. If not...
@gkasireddy202 This line `npx patch-package react-native-compressor` add the permenent patch to that line. If you don't run this command after replacing the `implementation ..` line then you need to change...