We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9135266 commit a78f5e7Copy full SHA for a78f5e7
1 file changed
examples/mlkit/ios/mlkit/AppDelegate.m
@@ -7,7 +7,6 @@
7
8
#import "AppDelegate.h"
9
10
-#import <Firebase.h>
11
#import <React/RCTBundleURLProvider.h>
12
#import <React/RCTRootView.h>
13
@@ -17,8 +16,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
17
16
{
18
NSURL *jsCodeLocation;
19
20
- [FIRApp configure];
21
-
22
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
23
24
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
0 commit comments