Skip to content

Commit

Permalink
Fix ReactInstanceManager to initialize the UIManager (facebook#41594)
Browse files Browse the repository at this point in the history
Summary:
Adding `initialize()` to FabricUIManager just as was done by JSIModule


Reviewed By: philIip

Differential Revision: D51456979
  • Loading branch information
arushikesarwani94 authored and facebook-github-bot committed Nov 22, 2023
1 parent 4e59a2f commit 815cdf7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public UIManager createUIManager(ReactApplicationContext reactApplicationContext
Systrace.endSection(Systrace.TRACE_TAG_REACT_JAVA_BRIDGE);
Systrace.endSection(Systrace.TRACE_TAG_REACT_JAVA_BRIDGE);

fabricUIManager.initialize();

return fabricUIManager;
}
}

0 comments on commit 815cdf7

Please sign in to comment.