I am developing a news app using React Native and Expo. At the end of each of the news page, I need a Facebook comments section, like the following:
I have only found answers for adding comments in web page but not in mobile apps. The closest thing I've found is this post which recommends using a Web View. Do we have to use Web View or is there any other alternative way? And if we use a web view, how do I know what url to provide in the source uri field?