mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
Fixes react native beta 5 break
Summary: This fixes an error that shows up when building with Xcode 10 beta 5. Reviewed By: fkgozali, dinhviethoa Differential Revision: D9086574 fbshipit-source-id: 1d70049eafd20a85d482dca101980c71935d838e
This commit is contained in:
parent
9a4fd6b78d
commit
d0917ed4f7
@ -806,6 +806,8 @@ static void RCTGetRGBAColorComponents(CGColorRef color, CGFloat rgba[4])
|
||||
case kCGColorSpaceModelLab:
|
||||
case kCGColorSpaceModelPattern:
|
||||
case kCGColorSpaceModelUnknown:
|
||||
// TODO: kCGColorSpaceModelXYZ should be added sometime after Xcode 10 release.
|
||||
default:
|
||||
{
|
||||
|
||||
#ifdef RCT_DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user