Skip to content

Commit 20bc26c

Browse files
committed
test(e2e, ios): alter imports to match documentation
- grouped our two RNFB imports for import cohesiveness - imported the firebase package itself once, as documented (versus twice, neither as documented)
1 parent e5e4ba6 commit 20bc26c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ios/testing/AppDelegate.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
*/
1717

1818
#import "AppDelegate.h"
19-
#import "RNFBMessagingModule.h"
2019
#import <React/RCTBundleURLProvider.h>
2120
#import <React/RCTRootView.h>
22-
#import <Firebase/Firebase.h>
2321

24-
@import Firebase;
22+
#import "RNFBMessagingModule.h"
23+
#import <Firebase.h>
2524

2625
@implementation AppDelegate
2726
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

0 commit comments

Comments
 (0)