1

我目前正在尝试为 react-native (react-native-fbsdk) 设置 FBSDK。当我运行 react-native-fbsdk@0.1.0 和 react-native@0.41.0 时,它在以前的版本中运行良好。但是,现在使用 react-native-fbsdk@0.6.0 和 react-native@0.45.1,我不得不重新安装很多组件。

我的应用程序正在向我发送:

Warning: Native component for "RCTFBLikeView" does not exist Warning: Native component for "RCTFBLoginButton" does not exist Warning: Native component for "RCTFBSendButton" does not exist Warning: Native component for "RCTFBShareButton" does not exist

所以考虑到像这样的其他帖子,这应该是由于 libRCTFBSDK.a 的问题。

但是,从Build Phases删除并添加回此文件后,问题仍然存在。

有没有办法在某处找到这个文件的最新版本?我在node_modules 中看不到它,我只是从workspace添加它。

4

0 回答 0