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

Compare commits

...

4 Commits

Author SHA1 Message Date
jaywcjlove
31cb10be2e released v4.0.2 #44 #50 #48 2021-12-18 16:04:48 +08:00
jaywcjlove
a43106ac24 doc: Update README.md #44 #50 #48 2021-12-18 16:03:27 +08:00
jaywcjlove
8201928a45 released v4.0.1 #50 2021-12-18 14:25:19 +08:00
abing
f043dd94aa fix: Change iOS header import style to work with latest Expo (#50)
Co-authored-by: abing <abing@gcores.com>
2021-12-18 14:22:52 +08:00
3 changed files with 3 additions and 5 deletions

View File

@@ -15,6 +15,8 @@
![](https://gw.alipayobjects.com/zos/skylark-tools/public/files/2454bffde14f428b2eeb2bfb6aa28d6b.png)
> ⚠️ `4.0+` 在 iOS 打包中报错,这是因为[使用阿里云产品的 SDK 出现 UTDID 冲突的问题](https://help.aliyun.com/document_detail/39984.html),在 [@EatherToo](https://github.com/EatherToo) 的帮助下(#44)UTDID 被剥离了。可以在 `Podfile` 中加上 `pod 'UTDID'` 解决打包失败的问题。感谢 [@abing](https://github.com/ouabing)
## 注意事项
1. Android支持2.3及以上的系统版本运行。

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@uiw/react-native-alipay",
"title": "React Native Alipay",
"version": "4.0.0",
"version": "4.0.2",
"description": "基于 React Native 的支付宝插件支持Android/iOS。",
"main": "index.js",
"typings": "index.d.ts",