The Argyle team regularly updates Link SDKs with various benefits including new features, bug fixes, and performance improvements. This page provides guidance on how to easily upgrade your SDK version to get the best Argyle Link experience for your users.Documentation Index
Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
Use this file to discover all available pages before exploring further.
Review the changes in the latest version
Before you upgrade to a new version of the Link SDK, you should review the Releases page on GitHub. This will help you to understand any changes that you will need to make in your code as the result of an upgrade.Argyle has released Link 5 — learn more and get the benefits of Link 5 by visiting our Upgrade Guide.
Upgrade to a new SDK version
Follow these instructions to upgrade an existing project to the most recent version of the Argyle React Native SDK:- Update
package.jsonwith the newer React Native SDK version. - Run
npm installto update the SDK with the new version. - Run
cd iosto navigate toiosfolder. - Run
pod updateto update the SDK with the new version. - Make any necessary changes as a result of the upgrade.