mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
React native shadow tree sonar plugin
Reviewed By: emilsjolander Differential Revision: D6050845 fbshipit-source-id: 8c041b26ed4eb701830f1aced73d996c71cb3326
This commit is contained in:
committed by
Facebook Github Bot
parent
724e6eafac
commit
90a42396b9
@@ -131,7 +131,7 @@ public class UIImplementation {
|
||||
return viewManager.createShadowNodeInstance(mReactContext);
|
||||
}
|
||||
|
||||
protected final ReactShadowNode resolveShadowNode(int reactTag) {
|
||||
public final ReactShadowNode resolveShadowNode(int reactTag) {
|
||||
return mShadowNodeRegistry.getNode(reactTag);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user