集成的是react-native-wechat github地址:https://github.com/yorkie/react-native-wechat
使用方法
1,注册WeChat.registerApp('APPID')
2,WeChat.sendAuthRequest('snsapi_userinfo') snsapi_userinfo获取code,通过code传值给后台,后台获取用户信息
注意事项APPID里面应用签名要和自己获取应用签名一致
集成的是react-native-wechat github地址:https://github.com/yorkie/react-native-wechat
使用方法
1,注册WeChat.registerApp('APPID')
2,WeChat.sendAuthRequest('snsapi_userinfo') snsapi_userinfo获取code,通过code传值给后台,后台获取用户信息
注意事项APPID里面应用签名要和自己获取应用签名一致