reactnativecn/react-native-qq

0.22.2的rn 如何调用包呢

Closed this issue · 5 comments

52myu commented

@OverRide
public void onActivityResult(int requestCode, int resultCode, Intent data){
super.onActivityResult(requestCode, resultCode, data);
mReactInstanceManager.onActivityResult(requestCode, resultCode, data);
}
在0.22.2中 这个方法 如何用呢

0.19以上版本不需要些这几句了。

您好:

我能够成功激活QQ登录(安卓),但resolve没输出,请问是什么原因?

QQAPI.login()
      .then((result)=>{
        console.log('QQAPI("get_simple_userinfo") result', result)
      })
      .catch((e)=>{
        console.error(e);
      })

我是 react-native: 0.34.1,是不是也不用加这几句?
can not resolve symbol mReactInstanceManager.

@litingjun2015 are you ok ?

@yabinliu ok now. I guess app should be approved at http://open.qq.com/ firstly.