mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 07:35:25 +00:00
Fixed ART background color
Summary: public Disabling background color propagation had the unexpected effect of turning ART views black. This diff re-enabled propagation for ART views. Reviewed By: jingc Differential Revision: D2816402 fb-gh-sync-id: f2a4c44f3b4a16e04cbf6051391bb8fb1c0a7ed2
This commit is contained in:
parent
40526b8e37
commit
336984214f
@ -27,4 +27,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)reactSetInheritedBackgroundColor:(UIColor *)inheritedBackgroundColor
|
||||
{
|
||||
self.backgroundColor = inheritedBackgroundColor;
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
x
Reference in New Issue
Block a user