
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@argyleio/argyle-plugin-react-native
Advanced tools
Argyle Link React Native SDK provides a way to integrate Argyle Link into your React Native app.
If you are looking to update Argyle Link to the newest version, navigate to upgrade guide.
Requirements for iOS:
Requirements for Android:
Set the minSdkVersion in android/app/build.gradle:
android {
compileSdk <sdk_version>
defaultConfig {
minSdk 26
...
}
...
}
Important: When using tools like Proguard to obfuscate your code, make sure to exclude Android Link SDK package (com.argyle.*) from the process, it may cause unexpected runtime issues otherwise. You can do this by adding this line to your proguard-rules.pro:-keep class com.argyle. { *; }
In case of runtime issues related to okhttp3 library, note that Link SDK currently has a dependency of okhttp3:4.9.2 but in case some of your dependencies use an older version (okhttp3:3.x.x) they may need updating to a version that also uses okhttp3:4.x.x. Alternatively, you may try forcing the version of the dependency as follows:
configurations.all {
resolutionStrategy.force 'com.squareup.okhttp3:okhttp:4.9.x'
resolutionStrategy.force 'com.squareup.okhttp3:okhttp-urlconnection:4.9.x'
}
$ npm install @argyleio/argyle-plugin-react-native --save or
$ yarn add @argyleio/argyle-plugin-react-native
Update the Argyle pod with:
$ cd ios
$ pod install
$ pod update
in case not the most recent version of Argyle pod was installed.
To prevent your API key and secret from being exposed on the front-end, request user tokens on your server side.
For detailed guidance on how to integrate our SDK please review the example app, and also check out our Link SDK Documentation.
FAQs
Argyle Link React Native SDK
The npm package @argyleio/argyle-plugin-react-native receives a total of 430 weekly downloads. As such, @argyleio/argyle-plugin-react-native popularity was classified as not popular.
We found that @argyleio/argyle-plugin-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.