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 f63267a commit c2e23bf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ typedef RCTBridge *_Nonnull (

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

#pragma mark - RCTRootViewFactory Helpers

- (RCTHost *)createReactHost;

@end

NS_ASSUME_NONNULL_END

0 comments on commit c2e23bf

Please sign in to comment.