How to build hybrid editor iOS app?

Hi, I want to build editor ios app, but I only find javesrcipt code in editor repository. How to build editor code into iOS app?

Thanks

You can host a copy of the editor on a simple static web server and activate the copy within the reality editor app.

Once you activate the interface from your own URL or IP, the interface is loading from your own code. The editor will load your own code every time you open the app for as long as your own code is reachable. It will fall back to the default interface if it was unable to load the copy from the remote server.