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:
- Install
npm i @bam.tech/react-native-image-resizer from npm
- Try to use based on the instruction from the npm page
- 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

Platform concerned:
- Simulator Device: [Emulator Pixel_5_API_33]
- React-Native Version: [0.72.0]