Is it possible to embed an Html5 game?

I’m rather new to app development via React Native, but I’ve been doing game development via GameMaker for years now. I have the ability to export an html5 version of my game that I can run in a browser, and I’m wondering if there’s a way for me to embed my html5 project into a React Native project?

I’ve tried react-native-html5 but it seems to only work with raw html code.

Many thanks!

Hey dear!

Did you get a solution?

I am facing the same confusion.

Any suggestions/guidance are much appreciated!

I did figure it out, but it has been a while since I’ve needed to use it. I don’t remember my exact approach, but I had to use something like MAMP to run a pseudo-server. Everything worked well from there.