Skip to content

Commit

Permalink
expose createReactHost in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Apr 10, 2024
1 parent 693392e commit f4c2b1a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ typedef BOOL (^RCTBridgeDidNotFindModuleBlock)(RCTBridge *bridge, NSString *modu

- (UIView *_Nonnull)viewWithModuleName:(NSString *)moduleName;

#pragma mark - RCTRootViewFactory Helpers

- (RCTHost *)createReactHost;

@end

NS_ASSUME_NONNULL_END

0 comments on commit f4c2b1a

Please sign in to comment.