@@ -6,7 +6,7 @@ exports[`Config Plugin iOS Tests tests changes made to AppDelegate.m (SDK 43) 1`
6
6
// creating a bare React Native app (without Expo)
7
7
8
8
#import \\ "AppDelegate.h\\ "
9
- @ import Firebase;
9
+ # import < Firebase/Firebase.h>
10
10
11
11
#import <React/RCTBridge.h>
12
12
#import <React/RCTBundleURLProvider.h>
@@ -99,7 +99,7 @@ exports[`Config Plugin iOS Tests tests changes made to AppDelegate.m with Expo R
99
99
// It has the RCTBridge to be created by Expo ReactDelegate
100
100
101
101
#import \\"AppDelegate.h\\"
102
- @ import Firebase;
102
+ # import < Firebase/Firebase.h>
103
103
104
104
#import <React/RCTBridge.h>
105
105
#import <React/RCTBundleURLProvider.h>
@@ -189,7 +189,7 @@ exports[`Config Plugin iOS Tests tests changes made to AppDelegate.m with fallba
189
189
// some parts omitted to be short
190
190
191
191
#import \\"AppDelegate.h\\"
192
- @ import Firebase;
192
+ # import < Firebase/Firebase.h>
193
193
194
194
#import <React/RCTBridge.h>
195
195
#import <React/RCTBundleURLProvider.h>
@@ -240,7 +240,7 @@ exports[`Config Plugin iOS Tests tests changes made to old AppDelegate.m (SDK 42
240
240
// It expects the old react-native-unimodules architecture (UM* prefix)
241
241
242
242
#import \\ "AppDelegate.h\\ "
243
- @ import Firebase;
243
+ # import < Firebase/Firebase.h>
244
244
245
245
#import <React/RCTBridge.h>
246
246
#import <React/RCTBundleURLProvider.h>
@@ -351,7 +351,7 @@ exports[`Config Plugin iOS Tests works with AppDelegate.mm (RN 0.68+) 1`] = `
351
351
// using React Native 0.68 and is written in Objective-C++
352
352
353
353
#import \\ "AppDelegate.h\\ "
354
- @ import Firebase;
354
+ # import < Firebase/Firebase.h>
355
355
356
356
#import <React/RCTBridge.h>
357
357
#import <React/RCTBundleURLProvider.h>
0 commit comments