react-native-wechat
react-native-wechat copied to clipboard
支持Autolinking?
https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
暂时npm install react-native-wechat会缺少react-native-wechat.podspec这个文件。不过只需要在node_modules中找到react-native-wechat这个folder然后把repo中的react-native-wechat.podspec放进去,应该就可以支持Autolinking了。
暂时npm install react-native-wechat会缺少react-native-wechat.podspec这个文件。不过只需要在node_modules中找到react-native-wechat这个folder然后把repo中的react-native-wechat.podspec放进去,应该就可以支持Autolinking了。
是因为我们没有发布吗?
嗯嗯,发布一下react-native-wechat.podspec会方便需要Autolink iOS的developer。安卓那边应该没问题。
react native 0.60 是使用cocoapods
,集成react-native-wechat
,运行 pod install
,报如下的错:
pod install
Analyzing dependencies
Fetching podspec for `RCTWeChat` from `../node_modules/react-native-wechat`
[!] No podspec found for `RCTWeChat` in `../node_modules/react-native-wechat`
所以,按照楼上说的,这个库需要发布一下最新的代码是吗?请问有计划什么时候发吗?
react native 0.60 是使用
cocoapods
,集成react-native-wechat
,运行pod install
,报如下的错:pod install Analyzing dependencies Fetching podspec for `RCTWeChat` from `../node_modules/react-native-wechat` [!] No podspec found for `RCTWeChat` in `../node_modules/react-native-wechat`
所以,按照楼上说的,这个库需要发布一下最新的代码是吗?请问有计划什么时候发吗?
目前即使pod install可以成功,运行时还是报错咋弄啊