Skip to content

Commit

Permalink
Delete TODO to support inlinew Views in Fabric + venice
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 29, 2020
1 parent b8621f5 commit 58d683a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ protected void onLayout(
}

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();
Expand Down

0 comments on commit 58d683a

Please sign in to comment.