需要未知模块" react-native-fbsdklogin"

时间:2016-02-29 01:48:56

标签: ios xcode react-native fbsdkloginkit

试图将react-native-fbsdklogin包含在我的React原生项目中但没有成功。

error

看起来它已被添加到我的项目中......?

frameworkinproject

它也被添加到标题搜索路径中......?

headerpaths

我按照npm模块页面中的手动安装步骤进行操作。我使用rnpm link命令在我的项目中自动链接它。我重新启动了打包器并执行了project >> clean。该项目成功构建,但我尝试的所有内容都没有清除此错误。

这里有什么问题,我怎样才能让它发挥作用?

1 个答案:

答案 0 :(得分:1)

通过引用模块的相对路径来解决它:

import FBSDKLogin, {FBSDKLoginButton, FBSDKLoginManager} from '../../../node_modules/react-native-fbsdklogin/FBSDKLogin.ios';