From 68a245436d45ff7b5c6faee3f827d5ec07ba8f97 Mon Sep 17 00:00:00 2001 From: Ziqi Chen Date: Thu, 21 Jun 2018 16:35:24 -0700 Subject: [PATCH] Added Ignore color inversion prop to components in marketplace Summary: Added Smart Inversion Compatibility to Marketplace on iOS so that photos don't appear inverted Added Property to View for Ignoring Color Inversion Applied Property to Images on marketplace. **Note: Android doesn't support smart inversion Reviewed By: PeteTheHeat Differential Revision: D8528543 fbshipit-source-id: 63caf592bc71e6fe9db7e70c72b56d32873be048 --- Libraries/Image/ImageBackground.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Libraries/Image/ImageBackground.js b/Libraries/Image/ImageBackground.js index 7b86d9c5f..a128880a1 100644 --- a/Libraries/Image/ImageBackground.js +++ b/Libraries/Image/ImageBackground.js @@ -60,7 +60,10 @@ class ImageBackground extends React.Component<$FlowFixMeProps> { const {children, style, imageStyle, imageRef, ...props} = this.props; return ( - +