请问这个是什么问题,大牛指点一下
build.gradle 里面 不应该是 :RCTWeChat 这个,应该是compile project(':react-native-wechat')
已经解决 https://github.com/yorkie/react-native-wechat/issues/225#issuecomment-309327967
你那样做不会有错?我和你报同样的错误,但是改为找不到符号 protected List getPackages(),android报错找不到符号 protected List getPackages() { ^ 符号: 类 List 位置: 类 MainActivity
Most helpful comment
build.gradle 里面 不应该是 :RCTWeChat 这个,应该是compile project(':react-native-wechat')