react-native-image-resizer
react-native-image-resizer copied to clipboard
🗻 Resize local images with React Native
React Native: 0.78 react-native-image-resizer: 3.0.11 Getting Error while building on iOS ``` error underlying Objective-C module 'React_Codegen' not found error failed to verify module interface of 'React_Codegen' due to the...
## Fix: Resource leak in `ImageResizer.getOrientationMatrix()` ### Problem The `InputStream` opened in `getOrientationMatrix()` was not being properly closed, causing a resource leak. We discovered this when we turned on StrictMode...
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'ImageResizer' could not be found. Verify that a module by this name is registered in the native binary. [Component Stack] my import statement import ImageResizer from '@bam.tech/react-native-image-resizer';
Hello, the readme.md says that compressFormat can be either JPEG, PNG or WEBP (android only) Can you tell me when webp will be supported on iOS devices?