BranchMetrics / web-branch-deep-linking-attribution

The Branch Web SDK for deep linking and attribution. Once initialized, the Branch Web SDK allows you to create and share links with a banner (web only), over SMS, or your own methods by generating deep links. It also offers event tracking, access to referrals, and management of credits.
https://help.branch.io/developers-hub/docs/web-sdk-overview
MIT License
288 stars 101 forks source link

Fix QrCode methods in minified version #772

Closed aaaronlopez closed 3 years ago

aaaronlopez commented 3 years ago

cc @BranchMetrics/core-team

QrCodes.rawBuffer would be undefined because of minification

aaaronlopez commented 3 years ago

pip previously failed with

deployment/deploy.sh: line 175: pip: command not found

Exited with code exit status 127
CircleCI received exit code 127
aaaronlopez commented 3 years ago

@jleebranch @jdee bump for review when you have the chance