mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 09:12:06 +08:00
Add support for custom AndroidViews
Reviewed By: ahmedre Differential Revision: D2751716 fb-gh-sync-id: 3007cc1eb0303bb2e9eab84836b486e1c2e21021
This commit is contained in:
committed by
facebook-github-bot-5
parent
edc318fcb9
commit
1fabd86048
@@ -75,6 +75,10 @@ public class UIImplementation {
|
||||
return mShadowNodeRegistry.getNode(reactTag);
|
||||
}
|
||||
|
||||
protected final ViewManager resolveViewManager(String className) {
|
||||
return mViewManagers.get(className);
|
||||
}
|
||||
|
||||
/**
|
||||
* Registers a root node with a given tag, size and ThemedReactContext
|
||||
* and adds it to a node registry.
|
||||
|
||||
Reference in New Issue
Block a user