We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1319bfb + fd50216 commit e0a57ddCopy full SHA for e0a57dd
BVLinearGradient.m
@@ -19,7 +19,7 @@ - (void)setColors:(NSArray *)colorStrings
19
{
20
NSMutableArray *colors = [NSMutableArray arrayWithCapacity:colorStrings.count];
21
for (NSString *colorString in colorStrings) {
22
- [colors addObject:[RCTConvert UIColor:colorString].CGColor];
+ [colors addObject:(id)[RCTConvert UIColor:colorString].CGColor];
23
}
24
self.gradientLayer.colors = colors;
25
0 commit comments