mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-30 22:12:42 +08:00
Add getShadowNodeClass method to ViewManager interface.
Differential Revision: D2535731 fb-gh-sync-id: 7a68778ea4ca47b113d73b1d638d74d905ea2da5
This commit is contained in:
committed by
facebook-github-bot-7
parent
393ead59dc
commit
42e9189b77
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user