File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
/* Copyright Airship and Contributors */
2
2
3
3
#import " RTNAirship.h"
4
+
5
+ #if __has_include(<react_native_airship/react_native_airship-Swift.h>)
6
+ #import < react_native_airship/react_native_airship-Swift.h>
7
+ #else
4
8
#import " react_native_airship-Swift.h"
9
+ #endif
5
10
6
11
@implementation RTNAirship
7
12
RCT_EXPORT_MODULE ()
Original file line number Diff line number Diff line change 1
1
/* Copyright Airship and Contributors */
2
2
3
3
#import " RTNAirshipBootloader.h"
4
- #import " react_nativE_airship-Swift.h"
4
+
5
+ #if __has_include(<react_native_airship/react_native_airship-Swift.h>)
6
+ #import < react_native_airship/react_native_airship-Swift.h>
7
+ #else
8
+ #import " react_native_airship-Swift.h"
9
+ #endif
5
10
6
11
@implementation RTNAirshipBootloader
7
12
Original file line number Diff line number Diff line change 1
1
/* Copyright Airship and Contributors */
2
2
3
3
#import " RTNAirshipMessageView.h"
4
+
5
+ #if __has_include(<react_native_airship/react_native_airship-Swift.h>)
6
+ #import < react_native_airship/react_native_airship-Swift.h>
7
+ #else
4
8
#import " react_native_airship-Swift.h"
9
+ #endif
5
10
6
11
#ifdef RCT_NEW_ARCH_ENABLED
7
12
#import < React/RCTConversions.h>
You can’t perform that action at this time.
0 commit comments