Skip to content

Commit

Permalink
fix(crashlytics, ios): alter header import style for Expo SDK 44 comp…
Browse files Browse the repository at this point in the history
…at (#5947)
  • Loading branch information
Yonom authored Dec 18, 2021
1 parent a5a8270 commit e45f37c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#include <Foundation/Foundation.h>
#include <sys/sysctl.h>

#import <React/RCTConvert.h>
#import <React/RCTLog.h>
#import <React/RCTUtils.h>

#import <Firebase/Firebase.h>
#import "RCTConvert.h"
#import "RNFBApp/RNFBSharedUtils.h"
#import "RNFBCrashlyticsInitProvider.h"
#import "RNFBCrashlyticsModule.h"
Expand Down

1 comment on commit e45f37c

@vercel
Copy link

@vercel vercel bot commented on e45f37c Dec 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.