Releases: osamaqarem/react-native-image-colors
Releases · osamaqarem/react-native-image-colors
Release 1.2.0
New
- You can now pass image files that you load with
require('...')
. It works by resolving the file path for that image. - You can now control the quality vs speed of image processing by specifying
pixelSpacing
for android andquality
for iOS in the config object.
Changes
- In the config object,
defaultColor
has been renamed tofallback
.
1.1.4
1.1.4
1.1.3
Android
- Fixed gradle dependency (palette) to use the androidx version.
1.1.2
Better types for Android.
1.1.1
Minor release with documentation fixes.
1.1.0
Initial release