We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a8270 commit e45f37cCopy full SHA for e45f37c
packages/crashlytics/ios/RNFBCrashlytics/RNFBCrashlyticsModule.m
@@ -18,11 +18,11 @@
18
#include <Foundation/Foundation.h>
19
#include <sys/sysctl.h>
20
21
+#import <React/RCTConvert.h>
22
#import <React/RCTLog.h>
23
#import <React/RCTUtils.h>
24
25
#import <Firebase/Firebase.h>
-#import "RCTConvert.h"
26
#import "RNFBApp/RNFBSharedUtils.h"
27
#import "RNFBCrashlyticsInitProvider.h"
28
#import "RNFBCrashlyticsModule.h"
0 commit comments