mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete TODO to support inlinew Views in Fabric + venice
Summary: ez diff to remove TODO to support inlinew Views in Fabric + venice changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D20088698 fbshipit-source-id: bd7cbbd76a8c13edf94d4eecac0dd670ccd0d209
This commit is contained in:
committed by
Facebook Github Bot
parent
b8621f5d30
commit
58d683a688
@@ -118,12 +118,6 @@ public class ReactTextView extends AppCompatTextView implements ReactCompoundVie
|
||||
}
|
||||
|
||||
ReactContext reactContext = getReactContext();
|
||||
if (!reactContext.hasCatalystInstance()) {
|
||||
// In bridgeless mode there's no Catalyst instance; in that case, bail.
|
||||
// TODO (T45503888): Figure out how to support nested views from JS or cpp.
|
||||
return;
|
||||
}
|
||||
|
||||
UIManagerModule uiManager = reactContext.getNativeModule(UIManagerModule.class);
|
||||
|
||||
Spanned text = (Spanned) getText();
|
||||
|
||||
Reference in New Issue
Block a user