react-native-wechat-api:微信API的React-native包装器

时间:2024-05-19 02:15:30
【文件属性】:

文件名称:react-native-wechat-api:微信API的React-native包装器

文件大小:8.22MB

文件格式:ZIP

更新时间:2024-05-19 02:15:30

Objective-C

react-native-wechat-api A react-native wrapper for wechat API install npm i react-native-wechat-api --save 将ios/RNWechatAPI.xcodeproj添加到项目中, link如下库: 项目引用 引用需要的文件头 在AppDelegate中加入以下代码: #import "WXApi.h" #import "WXApiManager.h" 要使你的程序启动后微信终端能响应你的程序,必须在代码中向微信终端注册你的id。 在AppDelegate 的 didFinishLaunchingWithOptions 函数中向微信注册id: [WXApi registerApp:@"your id" withDescription:@"demo 2.0"]; 重写AppDelegate的h


【文件预览】:
react-native-wechat-api-master
----ios()
--------SDKExport()
--------RNWechatAPI.xcodeproj()
--------RNWechatAPI()
----example()
--------demo()
----index.js(615B)
----package.json(533B)
----LICENSE(1KB)
----src()
--------validType.js(728B)
--------type.js(537B)
----.npmignore(27B)
----.gitignore(213B)
----README.md(2KB)
----gulpFile.coffee(528B)

网友评论