Add getShadowNodeClass method to ViewManager interface.

Differential Revision: D2535731

fb-gh-sync-id: 7a68778ea4ca47b113d73b1d638d74d905ea2da5
This commit is contained in:
Krzysztof Magiera
2015-10-13 01:36:06 -07:00
committed by facebook-github-bot-7
parent 393ead59dc
commit 42e9189b77
10 changed files with 64 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ import com.facebook.react.bridge.ReadableMapKeySeyIterator;
* - Create a view with only layout props: a description of that view is created as a
* {@link ReactShadowNode} in UIManagerModule, but this class will not output any commands to
* create the view in the native view hierarchy.
* - Update a layout-only view to have non-layout props: before issuing the updateProperties call
* - Update a layout-only view to have non-layout props: before issuing the updateShadowNode call
* to the native view hierarchy, issue commands to create the view we optimized away move it into
* the view hierarchy
* - Manage the children of a view: multiple manageChildren calls for various parent views may be