Enable flipper on iOS (#7247)
This commit is contained in:
parent
f44b28deb6
commit
3ffc85b57d
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue