Hi - is there a way to directly paste code into the page that renders on the front-end? Such as loading up an external JS file and executing some JS code to embed something. Or Google Analytics, Intercom, custom events, etc.
Thank you!
Hi - is there a way to directly paste code into the page that renders on the front-end? Such as loading up an external JS file and executing some JS code to embed something. Or Google Analytics, Intercom, custom events, etc.
Thank you!
Not yet – this will need https://tracker.appgyver.com/feature-requests/p/custom-react-native-react-web-plugins
on web app, you can simply build it, then open the files and edit them directly. I did this with custom social og and meta tags and it worked. Also, I inserted google analytics and meta tags into the index.html file, so I am sure you could insert scripts as long as no extra dependencies are needed.