Skip to content

Commit

Permalink
release rnn v7 new bootstrap method
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Sep 29, 2020
1 parent 264e358 commit c4438fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/rnn_starter/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ - (void)appController:(EXUpdatesAppController *)appController didStartWithSucces
appController.bridge = [self initializeReactNativeApp];

#ifndef DEBUG
[ReactNativeNavigation bootstrap:[self sourceURLForBridge:appController.bridge] launchOptions:self.launchOptions bridgeManagerDelegate:self];
[ReactNativeNavigation bootstrapWithDelegate:self launchOptions:self.launchOptions];
#endif
}

Expand Down

0 comments on commit c4438fb

Please sign in to comment.