bamlab / react-native-image-resizer

🗻 Resize local images with React Native
MIT License
1.59k stars 338 forks source link

Build Error > Task :bam.tech_react-native-image-resizer:buildCodegenCLI FAILED in android build. #397

Closed fortesssapp closed 3 months ago

fortesssapp commented 4 months ago

Bud Issue I install [@bam.tech/react-native-image-resizer] from NPM, built and ran well for iOS, but could not build and run for android.

To Reproduce Steps to reproduce the behavior:

  1. Install npm i @bam.tech/react-native-image-resizerfrom npm
  2. Try to use based on the instruction from the npm page
  3. Try to build and run on android device (Simulator) npx react-native run-android

Observed behavior Build encountered error:> Task :bam.tech_react-native-image-resizer:buildCodegenCLI FAILED

Expected behavior To run successfully as on the iOS device.

Screenshots

Screenshot 2024-03-28 at 11 58 04 PM

Platform concerned:

taboulot commented 3 months ago

Hi ! Regarding the error you have it's should be fixed with this PR #391. Going to deploy a new version today.

taboulot commented 3 months ago

Available in 3.0.8

fortesssapp commented 3 months ago

Thank you @taboulot for getting back to me. Testing right away.