@portal-hq/injected-provider
v4.0.3
Published
When making changes to the injected provider, be sure to run the bundle script and update the PortalSwift and portal-android repos.
Downloads
457
Readme
Injected Provider
When making changes to the injected provider, be sure to run the bundle script and update the PortalSwift and portal-android repos.
Building the injected scripts
- Run the bundle script.
yarn lerna exec 'npm run bundle' --scope @portal-hq/injected-provider
- This will create
ios.js
andandroid.js
files in thescripts
directory. - Copy and paste the contents of those files into:
- The string in the PortalWebView file.
- The string in InjectedScript.kt file.