Enable flipper on iOS (#7247)

This commit is contained in:
Elias Nahum 2023-03-30 13:50:42 -03:00 committed by GitHub
parent f44b28deb6
commit 3ffc85b57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
#import <React/RCTBundleURLProvider.h>
#import <React/RCTLinkingManager.h>
#import <React/RCTAppSetupUtils.h>
#import <RNKeychain/RNKeychainManager.h>
#import <ReactNativeNavigation/ReactNativeNavigation.h>
#import <UserNotifications/UserNotifications.h>
@ -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.