Skip to content

Releases: osamaqarem/react-native-image-colors

Release 1.2.0

11 Jul 12:05
Compare
Choose a tag to compare

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 and quality for iOS in the config object.

Changes

  • In the config object, defaultColor has been renamed to fallback.

1.1.4

14 Mar 10:32
Compare
Choose a tag to compare
1.1.4

1.1.3

26 Feb 22:29
Compare
Choose a tag to compare

Android

  • Fixed gradle dependency (palette) to use the androidx version.

1.1.2

25 Feb 15:18
Compare
Choose a tag to compare

Better types for Android.

1.1.1

22 Feb 02:46
Compare
Choose a tag to compare

Minor release with documentation fixes.

1.1.0

19 Feb 16:18
Compare
Choose a tag to compare

Initial release