mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add toString to all MountItem subclasses
Summary: Useful when Fabric debug logging is enabled Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D31399518 fbshipit-source-id: b5907084604adf1f7093798315147ac63b5876f2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
25a2c608f7
commit
cd4bef97d0
+1
-1
@@ -59,7 +59,7 @@ import javax.lang.model.util.Types;
|
||||
/**
|
||||
* This annotation processor crawls subclasses of ReactShadowNode and ViewManager and finds their
|
||||
* exported properties with the @ReactProp or @ReactGroupProp annotation. It generates a class per
|
||||
* shadow node/view manager that is named {@code <classname>$$PropSetter}. This class contains
|
||||
* shadow node/view manager that is named {@code <classname>$$PropsSetter}. This class contains
|
||||
* methods to retrieve the name and type of all methods and a way to set these properties without
|
||||
* reflection.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user