Releases: bamlab/react-native-image-resizer
Releases Β· bamlab/react-native-image-resizer
Release 3.0.9
Bug Fixes
- android: handle namespace properly starting AGP 8 (#401) (8d32e31)
Release 3.0.8
3.0.8 (2024-04-24)
Bug Fixes
- add namespace to aos build gradle config (#391) (03a9709)
- Fix typing to make outputPath actually accept null (#395) (47c7f86)
3.0.6
π Fix :
- Handle path & uri on iOS (#381)
- Fix Folly version dependency (#382 & #370)
3.0.5
π Fix :
- Fix error (No matching function for call to 'transformImage') when archive with Xcode < 14.x (#350)
3.0.4
π Fix :
- Fix crash when
rotation
and keepMeta
are not defined (#343)
3.0.3
π Fix :
- iOS: add MobileCoreServices when using use_frameworks! in the project (#338)
3.0.2
π Fix :
- Fix default value when
options
is defined partially (#336 )
3.0.1
π Fix :
- Export method
createResizedImage
as default
like in previous versions (#330)
- Fix a crash when parameter
options
is not specified (#331)