mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
React native shadow tree sonar plugin
Reviewed By: emilsjolander Differential Revision: D6050845 fbshipit-source-id: 8c041b26ed4eb701830f1aced73d996c71cb3326
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user