Feature request: ability to hook RCTRootView
and/or RCTBridge
initialization.
#145
Labels
enhancement
New feature or request
It would be useful for consumers to be able to hook into the creation of the
RCTRootView
and/orRCTBridge
objects with custom code. For example, if the consumer wanted to run some custom code to build aninitialProperties
NSDictionary to pass to theRCTRootView
orRCTBridge
init. Or if some customization needed to be done to theRCTRootView
such as changing properties on the view.The text was updated successfully, but these errors were encountered: