Skip to content

Commit

Permalink
(0.72.3) : possible fix for ReactNativeNavigation
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Aug 16, 2023
1 parent 2e1bce4 commit 7e3c5ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/StatusIm/AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ @implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{

self.moduleName = @"StatusIm";
// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React Native.
self.initialProps = @{};

if (!self.bridge) {
self.bridge = [self createBridgeWithDelegate:self launchOptions:launchOptions];
}
Expand Down

0 comments on commit 7e3c5ed

Please sign in to comment.