
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
@convy/expo-app-icon-variations
Advanced tools
Config plugin to adding app icon variations to iOS bundle
Expo config plugin to add new icon sets to the iOS bundle. For dynamically changing app icons, refer to this package instead.
Apple allows you to add multiple icon variations into your app. It can be useful, for example, to A/B test different icons in your App Store listing. To make it possible, you should add your icons as .appiconset directories. This plugin does exactly that.
This package cannot be used in the "Expo Go" app because it requires custom native code.
First install the package with npx expo install.
npx expo install @convy/expo-app-icon-variations
After installing this npm package, add the config plugin to the plugins array of your app.json or app.config.js. Then rebuild your app as described in the "Adding custom native code" guide.
In your app.json plugins array:
{
  "plugins": [
    "@convy/expo-app-icon-variations",
    ["./path/to/image.png", "https://mywebsite.com/my-icon.png"]
  ]
}
Note: Icon URLs will be downloaded and embedded at build time, you cannot push new icons OTA.
FAQs
Config plugin to adding app icon variations to iOS bundle
We found that @convy/expo-app-icon-variations demonstrated a not healthy version release cadence and project activity because the last version was released 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
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.