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

Compare commits

..

3 Commits

Author SHA1 Message Date
jaywcjlove
74140a294e chore: ios/react-native-alipay.podspec -> ios/Alipay.podspec 2020-07-14 18:15:45 +08:00
jaywcjlove
3ce5bbf8c5 released v2.0.2 2020-07-14 17:36:47 +08:00
jaywcjlove
134155dfd6 Update README.md 2020-07-14 17:35:54 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
## 安装依赖
```bash
yarn add react-native-uiwjs-alipay
yarn add @uiw/react-native-alipay
# react-native version >= 0.60+
$ cd ios && pod install
```

View File

@@ -1,9 +1,9 @@
require "json"
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
package = JSON.parse(File.read(File.join(__dir__, "..", "package.json")))
Pod::Spec.new do |s|
s.name = "react-native-alipay"
s.name = "Alipay"
s.version = package["version"]
s.summary = package["description"]
s.description = <<-DESC

View File

@@ -1,6 +1,6 @@
{
"name": "@uiw/react-native-alipay",
"version": "2.0.1",
"version": "2.0.5",
"description": "基于 React Native 的宝支付插件支持Android/iOS。",
"main": "index.js",
"files": [