callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
366 stars 117 forks source link

fix: Restore resizeMode logic after New Arch update #138

Closed retyui closed 4 months ago

retyui commented 4 months ago

Summary

After migration to the New Arch iOS resizeMode was affected and doesn't work properly

Test plan

example of resizeMode: 'stretch'

Before (doesn't work) After (fixed)