Skip to content

Commit

Permalink
launchOptions could be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Apr 10, 2024
1 parent b850ccd commit 2560337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ typedef BOOL (^RCTBridgeDidNotFindModuleBlock)(RCTBridge *bridge, NSString *modu

#pragma mark - RCTRootViewFactory Helpers

- (RCTHost *)createReactHost:(NSDictionary *)launchOptions;
- (RCTHost *)createReactHost:(NSDictionary *__nullable)launchOptions;

@end

Expand Down

0 comments on commit 2560337

Please sign in to comment.