Integrating Discourse into React Native app

I’m developing an edtech application for iOS and Android using React Native. I’m aiming to integrate the Discourse forum into my app. I’ve successfully implemented the backend using Node.js, which functions with the website, but I’m unable to locate any recent documentation or resources specifically addressing the integration of Discourse within a React Native application.

Any help regarding this would be much appreciated.

This repo might help, but it’s a bit out of date now, but many things will be similar still, you may have to update a lot of dependencies and APIs though.

There’s also this, the official Hub app repo, which might help?:

4 Likes