@portal-hq/injected-provider
v4.2.6
Published
When making changes to the injected provider, be sure to run the bundle script and update the PortalSwift and portal-android repos.
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.jsandandroid.jsfiles in thescriptsdirectory. - Copy and paste the contents of those files into:
- The string in the PortalWebView file.
- The string in InjectedScript.kt file.
