From 3ffc85b57d6593cc75979daf7c590371bf3124b2 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 30 Mar 2023 13:50:42 -0300 Subject: [PATCH] Enable flipper on iOS (#7247) --- ios/Mattermost/AppDelegate.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/Mattermost/AppDelegate.mm b/ios/Mattermost/AppDelegate.mm index 3bc4d11fd..a452e2375 100644 --- a/ios/Mattermost/AppDelegate.mm +++ b/ios/Mattermost/AppDelegate.mm @@ -4,7 +4,7 @@ #import #import - +#import #import #import #import @@ -51,6 +51,7 @@ NSString* const NOTIFICATION_TEST_ACTION = @"test"; [[GekidouWrapper default] setPreference:@"true" forKey:@"ApplicationIsRunning"]; [RNNotifications startMonitorNotifications]; + RCTAppSetupPrepareApp(application, true); self.moduleName = @"Mattermost"; // You can add your custom initial props in the dictionary below.