Skip to content

Commit e5bd716

Browse files
committed
fix(crashlytics, ios): forward port to firebase-ios-sdk v9 header locations
1 parent 8e80233 commit e5bd716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/crashlytics/ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*/
1717

18-
#import <FirebaseCore/FIRLibrary.h>
18+
#import <FirebaseCoreExtension/FIRLibrary.h>
1919
#import <Foundation/Foundation.h>
2020

2121
@interface RNFBCrashlyticsInitProvider : NSObject <FIRLibrary>

packages/crashlytics/ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#import "RNFBCrashlyticsInitProvider.h"
1919
#import <Firebase/Firebase.h>
20-
#import <FirebaseCore/FIRAppInternal.h>
20+
#import <FirebaseCoreExtension/FIRAppInternal.h>
2121
#import "RNFBJSON.h"
2222
#import "RNFBMeta.h"
2323
#import "RNFBPreferences.h"

0 commit comments

Comments
 (0)