Skip to content

Commit e45f37c

Browse files
authored
fix(crashlytics, ios): alter header import style for Expo SDK 44 compat (#5947)
1 parent a5a8270 commit e45f37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crashlytics/ios/RNFBCrashlytics/RNFBCrashlyticsModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
#include <Foundation/Foundation.h>
1919
#include <sys/sysctl.h>
2020

21+
#import <React/RCTConvert.h>
2122
#import <React/RCTLog.h>
2223
#import <React/RCTUtils.h>
2324

2425
#import <Firebase/Firebase.h>
25-
#import "RCTConvert.h"
2626
#import "RNFBApp/RNFBSharedUtils.h"
2727
#import "RNFBCrashlyticsInitProvider.h"
2828
#import "RNFBCrashlyticsModule.h"

0 commit comments

Comments
 (0)