From af495684820a0f34bbccfefb3bce784c3dc6b327 Mon Sep 17 00:00:00 2001 From: David Vacca Date: Wed, 15 Aug 2018 17:50:06 -0700 Subject: [PATCH] Implement the update of props in the MountingManager layer Summary: This diff implements the update of props in Fabric C++. The props values are passed to java in a ReadableMap and they are integrated into the current implementation of ViewManagers. In the fututre we will replace the ReadableMap for typed objects. Reviewed By: shergin Differential Revision: D9093560 fbshipit-source-id: da58326cfadb0665dac3349a8cf24cde2d401aaa --- ReactCommon/fabric/components/image/ImageComponentDescriptor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactCommon/fabric/components/image/ImageComponentDescriptor.h b/ReactCommon/fabric/components/image/ImageComponentDescriptor.h index d62104c8c21..5437d244ec5 100644 --- a/ReactCommon/fabric/components/image/ImageComponentDescriptor.h +++ b/ReactCommon/fabric/components/image/ImageComponentDescriptor.h @@ -43,4 +43,3 @@ private: } // namespace react } // namespace facebook -