react-native-wechat出现undefined is not an object

发布于 2022-09-05 00:59:52 字数 511 浏览 25 评论 0

在RN项目中使用第三方插件react-native-wechat
参考文档:https://github.com/weflex/rea...

按照官方文档配置完成后会在执行到应用注册时报错

compinentDidMount(){
    WeChat.registerApp('应用ID');
}

错误如图所示:
图片描述

希望知道'_reactNativeWechat2.default.registerApp'中_reactNativeWechat2是什么鬼?怎么解决?谢谢大家

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

☆獨立☆ 2022-09-12 00:59:52

问题已经解决,具体请跳到下面链接
https://github.com/yorkie/rea...

可可 2022-09-12 00:59:52

registerApp(appid)

You should call this function in global, calling over twice would throw an error.

// If you register here
componentDidMount (){
wechat.registerApp('your appid')
}
{String} appid the appid you get from WeChat dashboard
returns {Promise}

填写回调的promise 看看

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文