mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Pass ReactTextViewManagerCallback to ReactTextShadowNode by default
Summary: Simplify interface slightly to remove need for overrides. Changelog: [Internal] Reviewed By: ryancat Differential Revision: D34960490 fbshipit-source-id: 0b1614fe500518b17eaae2542b0793089f3f0d4f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ecc63daf4b
commit
c1cb21d582
@@ -66,7 +66,7 @@ public class ReactTextViewManager
|
||||
|
||||
@Override
|
||||
public ReactTextShadowNode createShadowNodeInstance() {
|
||||
return new ReactTextShadowNode();
|
||||
return new ReactTextShadowNode(mReactTextViewManagerCallback);
|
||||
}
|
||||
|
||||
public ReactTextShadowNode createShadowNodeInstance(
|
||||
|
||||
Reference in New Issue
Block a user