is there a way to add js script

Please provide the following:

  1. SDK Version: 40
  2. Platforms(Android/iOS/web/all): android and ios

Is there a way to add this script to an expo project? Ideally it would be on a single screen (not every screen).

<script>
	var ps_config = {
		productId : "4f387673-7345-4968-97a7-1714285e3094"
	};
</script>
<script type="text/javascript" src="https://app.productstash.io/js/productstash-embed.js" defer="defer"></script>

I ended up using expo Webview API. Very easy and simple. Thank you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.