chetstone / react-native-palette

A library wrapping the Android Palette class to extract colors from an image.
ISC License
73 stars 8 forks source link

Fails on iOS10 when built with XCode 8 #2

Closed chetstone closed 7 years ago

chetstone commented 7 years ago

Because of Apple's new color spaces. For more info see this issue in the original colorGrabber project.

Note that in react-native-color-grabber the component returns wrong results, but in this API an error is returned.

The easiest workaround is to build on XCode 7. That build will work on iOS10 devices.

chetstone commented 7 years ago

Fixed in 0.3.0