From ddbb5fda09ff3daaa69e195d2d872bc88480e707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Jastrze=CC=A8bski?= Date: Thu, 20 Mar 2025 09:52:53 -0700 Subject: [PATCH] feat(iOS): allow eager initialization of RCTRootViewFactory (#49986) Summary: Expose eager initialization method on `RCTRootViewFactory` (iOS) so that application can prepare `ReactHost`/Bridge before actually creating a root view. Then creating a root view is significantly faster. ## Changelog: [IOS] [ADDED] - allow eager initialization of `RCTRootViewFactory`