react-native-wechat-ios
react-native-wechat-ios copied to clipboard
支持rn 0.44吗
支持0.44吗
很久没有升级了 可以看看这个 https://github.com/yorkie/react-native-wechat
WeChat.isWXAppInstalled((res)=>{ if(res){ WeChat.registerApp(appId,(err) => { alertShort('registerApp'+err)
});
}
alertShort('isWXAppInstalled'+res)
})
真机安卓了 微信 可是却返回 falase