Search code examples
facebookreact-nativefacebook-javascript-sdkfacebook-comments

How to implements Facebook's Comments Plugin in React Native app?


I'm trying to load the facebook's comments plugin in React Native app, like an image below :

enter image description here

Is it possible ? How to implements Facebook's Comments Plugin in React Native app ?


Solution

  • Is it possible ?

    Currently, it is impossible. Facebook currently only supports this plugin for web.

    How to implements Facebook's Comments Plugin in React Native app ?

    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)