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:
Ziqi Chen 2018-06-22 10:56:52 -07:00 committed by Facebook Github Bot
parent 33ba5e8fa2
commit 74627d4833
1 changed files with 1 additions and 4 deletions

View File

@ -60,10 +60,7 @@ class ImageBackground extends React.Component<$FlowFixMeProps> {
const {children, style, imageStyle, imageRef, ...props} = this.props;
return (
<View
accessibilityIgnoresInvertColors={true}
style={style}
ref={this._captureRef}>
<View style={style} ref={this._captureRef}>
<Image
{...props}
style={[