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.
1 parent 03a57c8 commit c2d232eCopy full SHA for c2d232e
packages/react-native/Libraries/Text/RCTTextAttributes.mm
@@ -305,6 +305,7 @@ - (UIColor *)effectiveForegroundColor
305
}
306
307
if([cgColors count] > 0) {
308
+ [cgColors addObject:cgColors[0]];
309
CAGradientLayer *gradient = [CAGradientLayer layer];
310
// this pattern width corresponds roughly to desktop's pattern width
311
int patternWidth = 100;
0 commit comments