React-native-wechat: Android: Module AppRegistry is not a registered callable module

Created on 16 May 2016  ·  12Comments  ·  Source: yorkie/react-native-wechat

Module AppRegistry is not a registered callable module.
Unhandled JS Exception: Cannot read property 'registerApp' of undefined
Unhandled JS Exception: Module AppRegistry is not a registered callable module.

android bug

All 12 comments

请报告一下你使用的是 Android 还是 iOS,谢谢了~

0.25.1适配问题,参考官方升级文档修改下

是 IOS 上的, 就是 import * as WeChat from 'react-native-wechat'; 这句 没得到 WeChat 对象

@yanghuxiao 我的 RN 是 0.24.1

@yorkie 您好,我在0.27.2下 也遇到这个问题了

i solved this bug!

i have create a new function in WeChatModule.java eg:

public boolean canOverrideExistingModule(){
return true;
}

Hi @jiangqqlmj may I ask you to submit your patch via Pull Request, thanks :-)

OK~so i will submit PR~

@yorkie 我真想不通为什么安卓部署要加那么多东西,然后还跑不了,如果你要加那么多东西 写个脚本解压不好么。

@aqnaruto talk is cheap, pr is welcome :)

明明面向的中国的开发者,搞什么英语,整的好像全世界都在用一样

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HKbool picture HKbool  ·  8Comments

xclidongbo picture xclidongbo  ·  4Comments

arniu picture arniu  ·  4Comments

wushuirenjia picture wushuirenjia  ·  4Comments

Vinkugor picture Vinkugor  ·  4Comments