expo-native-wechat-v2
v0.3.4
Published
A Expo Module for supporting Wechat APIs on Android and iOS
Maintainers
Readme
Expo Native WeChat - 2025.1.15 新版微信转账
使用方法
import { requestMerchantTransfer } from "expo-native-wechat-v2";
// 用户确认收款
const response = await requestMerchantTransfer({
mchId: mchId,
packageStr: package,
});注意事项
- v2仅测试新版微信转账,参考: Expo Native WeChat
