如何在React Native应用中实现Facebook的评论插件?
我正在尝试在React Native应用中加载Facebook的评论插件,如下图所示:
I'm trying to load the facebook's comments plugin in React Native app, like an image below :
有可能吗?如何在React Native应用程序中实现Facebook的注释插件?
Is it possible ? How to implements Facebook's Comments Plugin in React Native app ?
有可能吗?
当前,这是不可能的.Facebook当前仅支持此Web插件.
Currently, it is impossible. Facebook currently only supports this plugin for web.
如何在React Native应用程序中实现Facebook的注释插件?
How to implements Facebook's Comments Plugin in React Native app ?
您可能需要一个 Webview
/ Webkit
组件来创建嵌入式浏览器,然后该工作就像一个Web一样(当然,仅在该 webview
/ webkit
)
You may need a Webview
/Webkit
component to create an embedded browser, then the job is as for a web (of course only inside that webview
/webkit
)