1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

fix: Change iOS header import style to work with latest Expo (#50)

Co-authored-by: abing <abing@gcores.com>
This commit is contained in:
abing 2021-12-18 14:22:52 +08:00 committed by GitHub
parent 3b10f4cce8
commit f043dd94aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,4 @@
#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif
@interface RNAlipay : NSObject <RCTBridgeModule>