Skip to content

Commit f043dd9

Browse files
authored
fix: Change iOS header import style to work with latest Expo (#50)
Co-authored-by: abing <abing@gcores.com>
1 parent 3b10f4c commit f043dd9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ios/RNAlipay.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if __has_include("RCTBridgeModule.h")
2-
#import "RCTBridgeModule.h"
3-
#else
41
#import <React/RCTBridgeModule.h>
5-
#endif
62

73
@interface RNAlipay : NSObject <RCTBridgeModule>
84

0 commit comments

Comments
 (0)