React Native
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.
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 4 which enhances the look and feel of Link. Get the benefits of Link 4 quickly and easily by following Argyle Link Migration guide for React Native.
We strongly recommend upgrading the SDK as soon as there is a new version available. Doing so will help you to provide the best Argyle Link experience in your application.
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.json
with the newer React Native SDK version. - Run
npm install
to update the SDK with the new version. - Run
cd ios
to navigate toios
folder. - Run
pod update
to update the SDK with the new version. - Make any necessary changes as a result of the upgrade.
Updated 6 months ago