Revert D8528543: Added Ignore color inversion prop to components in marketplace
Differential Revision: D8528543 Original commit changeset: 63caf592bc71 fbshipit-source-id: 7bfcfbba744ac1e15753f52aebe104f53e5e9d5f
This commit is contained in:
parent
33ba5e8fa2
commit
74627d4833
|
@ -60,10 +60,7 @@ class ImageBackground extends React.Component<$FlowFixMeProps> {
|
||||||
const {children, style, imageStyle, imageRef, ...props} = this.props;
|
const {children, style, imageStyle, imageRef, ...props} = this.props;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View
|
<View style={style} ref={this._captureRef}>
|
||||||
accessibilityIgnoresInvertColors={true}
|
|
||||||
style={style}
|
|
||||||
ref={this._captureRef}>
|
|
||||||
<Image
|
<Image
|
||||||
{...props}
|
{...props}
|
||||||
style={[
|
style={[
|
||||||
|
|
Loading…
Reference in New Issue