【发布时间】:2018-05-17 08:28:46
【问题描述】:
我想使用react-native-youtube,但它显示错误Native component for "RCTYouTube" does not exist,我尝试找到解决方案,如果库与本机代码,我必须手动链接库。
但我不知道这个链接谈论Manual linking Step1https://facebook.github.io/react-native/docs/linking-libraries-ios.html
我使用输入命令 create-react-native-app testyoutube 来创建我的 react native 项目,Visual Studio Code 是我的工具。
我不熟悉Xcode。我尝试在Xcode 中打开我的项目文件夹testyoutube。它将显示警报Could not open file.
如果我想关注Manual linking Step1,我应该怎么做?
任何帮助将不胜感激。提前致谢。
【问题讨论】:
标签: react-native